mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-08 02:36:27 -05:00
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
This commit is contained in:
@@ -2,34 +2,10 @@
|
||||
"name": "noms-codec-perf-rig",
|
||||
"license": "Apache-2.0",
|
||||
"main": "dist/main.js",
|
||||
"dependencies": {
|
||||
"@attic/noms": "file:../../../js/",
|
||||
"babel-regenerator-runtime": "6.5.0",
|
||||
"humanize": "0.0.9",
|
||||
"yargs": "4.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@attic/eslintrc": "^3.1.0",
|
||||
"babel-cli": "6.6.5",
|
||||
"babel-core": "6.7.2",
|
||||
"babel-generator": "6.7.2",
|
||||
"babel-plugin-syntax-async-functions": "6.5.0",
|
||||
"babel-plugin-syntax-flow": "6.5.0",
|
||||
"babel-plugin-transform-async-to-generator": "6.7.0",
|
||||
"babel-plugin-transform-class-properties": "6.6.0",
|
||||
"babel-plugin-transform-es2015-destructuring": "6.6.5",
|
||||
"babel-plugin-transform-es2015-modules-commonjs": "6.7.0",
|
||||
"babel-plugin-transform-es2015-parameters": "6.7.0",
|
||||
"babel-plugin-transform-runtime": "^6.6.0",
|
||||
"babel-preset-es2015": "6.6.0",
|
||||
"babel-preset-react": "6.5.0",
|
||||
"flow-bin": "^0.25.0",
|
||||
"chai": "3.5.0",
|
||||
"mocha": "2.4.5"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "babel -d dist -w src",
|
||||
"build": "BABEL_ENV=production babel -d dist src",
|
||||
"test": "eslint src/ && flow src/"
|
||||
"prepublish": "npm run build",
|
||||
"start": "PATH=../node_modules/.bin/:$PATH babel -d dist -w src",
|
||||
"build": "PATH=../node_modules/.bin/:$PATH BABEL_ENV=production babel -d dist src",
|
||||
"test": "PATH=../node_modules/.bin/:$PATH eslint src/ && flow src/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user