Files
dolt/samples/js/splore/package.json
Erik Arvidsson 983fa59090 Samples js shared 2 (#1973)
* Revert "Revert "Share node_modules for samples/js" (#1967)"

This reverts commit 7bb1623e99.

* Add parent directory to the PATH

* Change run-all-js-tests to run samples/js before samples/js/**

* Fix a temporary comment
2016-07-05 16:25:21 -07:00

13 lines
491 B
JSON

{
"name": "noms-splore",
"license": "Apache-2.0",
"dependencies": {
"@attic/webpack-config": "^2.1.0"
},
"scripts": {
"start": "PATH=../node_modules/.bin/:$PATH python node_modules/@attic/webpack-config/run.py --src src/main.js --out out.js development",
"build": "PATH=../node_modules/.bin/:$PATH python node_modules/@attic/webpack-config/run.py --src src/main.js --out out.js production",
"test": "PATH=../node_modules/.bin/:$PATH eslint src/ && flow src/"
}
}