Files
dolt/samples/js/splore/package.json
Erik Arvidsson c0bd2c90d4 More tweaks to tools/run-all-js-tests.py (#1974)
* Update Splore build.py

* path

* Setup the bin symlinks in preinstall

* Link entire node_modules instead
2016-07-06 13:44:11 -07:00

12 lines
432 B
JSON

{
"name": "noms-splore",
"license": "Apache-2.0",
"scripts": {
"preinstall": "rm -rf node_modules && ln -sf ../node_modules/",
"prepublish": "npm run build",
"start": "python node_modules/@attic/webpack-config/run.py --src src/main.js --out out.js development",
"build": "python node_modules/@attic/webpack-config/run.py --src src/main.js --out out.js production",
"test": "eslint src/ && flow src/"
}
}