Skip to content

Commit 6880484

Browse files
authored
Removed NODE_ENV
1 parent 82a2ac3 commit 6880484

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "JavaScript-клиент веб-сервиса \"Морфер\" 3.0",
55
"main": "./index.js",
66
"scripts": {
7-
"test": "NODE_ENV=test ./node_modules/.bin/mocha \"test/unit/**/*.test.js\" -R spec",
8-
"test:e2e": "NODE_ENV=test ./node_modules/.bin/mocha \"test/e2e/**/*.test.js\" -R spec",
7+
"test": "./node_modules/.bin/mocha \"test/unit/**/*.test.js\" -R spec",
8+
"test:e2e": "./node_modules/.bin/mocha \"test/e2e/**/*.test.js\" -R spec",
99
"build": "npm test && rollup -c && zip morpher.zip -r -j dist"
1010
},
1111
"repository": {

0 commit comments

Comments
 (0)