mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 03:09:12 -06:00
* 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
13 lines
491 B
JSON
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/"
|
|
}
|
|
}
|