mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
* Update Splore build.py * path * Setup the bin symlinks in preinstall * Link entire node_modules instead
11 lines
387 B
JSON
11 lines
387 B
JSON
{
|
|
"name": "noms-bar-chart",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"preinstall": "rm -rf node_modules && ln -sf ../node_modules/",
|
|
"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/"
|
|
}
|
|
}
|