Skip to content

Commit 4ff05f2

Browse files
committed
chore: use test env in test_build
1 parent 83ad0ac commit 4ff05f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint": "standard --fix lib/**/*.js spec/**/*.js",
1313
"clean": "shx rm -rf dist .parcel-cache",
1414
"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",
15+
"test_build": "cross-env NODE_ENV=test BABEL_KEEP_MODULES=true rollup -c",
1616
"build": "cross-env NODE_ENV=production cross-env BABEL_KEEP_MODULES=true rollup -c ",
1717
"build-commit": "npm run clean && build-commit -o dist",
1818
"esdoc": "esdoc -c esdoc.json",

0 commit comments

Comments
 (0)