Add Compser and NPM scripts, remove Makefile

This commit is contained in:
Oliver Davies 2017-01-05 13:17:40 +00:00
parent 17bb353bbf
commit 58fe8198d3
3 changed files with 11 additions and 29 deletions

View file

@ -1,4 +1,10 @@
{
"scripts": {
"clean": "rm -rf output_*/",
"dev": "sculpin generate --clean --no-interaction --server --watch",
"production": "sculpin generate --clean --no-interaction --env prod",
"test": "behat"
},
"require": {
"behat/mink-extension": "@stable",
"behat/mink-goutte-driver": "@stable",
@ -10,7 +16,6 @@
"tsphethean/sculpin-related-posts-bundle": "~0.1.0"
},
"config": {
"bin-dir": "bin",
"sort-packages": true
}
}