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
12 lines
317 B
JSON
12 lines
317 B
JSON
{
|
|
"name": "noms-encode-perf-rig",
|
|
"main": "dist/main.js",
|
|
"scripts": {
|
|
"preinstall": "rm -rf node_modules && ln -sf ../node_modules/",
|
|
"prepublish": "npm run build",
|
|
"start": "babel -d dist -w src",
|
|
"build": "BABEL_ENV=production babel -d dist src",
|
|
"test": "eslint src/ && flow src/"
|
|
}
|
|
}
|