We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ad0ac commit 4ff05f2Copy full SHA for 4ff05f2
package.json
@@ -12,7 +12,7 @@
12
"lint": "standard --fix lib/**/*.js spec/**/*.js",
13
"clean": "shx rm -rf dist .parcel-cache",
14
"dev": "cross-env NODE_ENV=development BABEL_KEEP_MODULES=true rollup -c -w",
15
- "test_build": "cross-env NODE_ENV=development BABEL_KEEP_MODULES=true rollup -c",
+ "test_build": "cross-env NODE_ENV=test BABEL_KEEP_MODULES=true rollup -c",
16
"build": "cross-env NODE_ENV=production cross-env BABEL_KEEP_MODULES=true rollup -c ",
17
"build-commit": "npm run clean && build-commit -o dist",
18
"esdoc": "esdoc -c esdoc.json",
0 commit comments