We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a2ac3 commit 6880484Copy full SHA for 6880484
package.json
@@ -4,8 +4,8 @@
4
"description": "JavaScript-клиент веб-сервиса \"Морфер\" 3.0",
5
"main": "./index.js",
6
"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",
+ "test": "./node_modules/.bin/mocha \"test/unit/**/*.test.js\" -R spec",
+ "test:e2e": "./node_modules/.bin/mocha \"test/e2e/**/*.test.js\" -R spec",
9
"build": "npm test && rollup -c && zip morpher.zip -r -j dist"
10
},
11
"repository": {
0 commit comments