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 f7a663d commit 1be8285Copy full SHA for 1be8285
package.json
@@ -6,9 +6,9 @@
6
"pretest": "npm run build",
7
"test": "mocha --ui bdd --recursive ./dist/test --timeout 90000",
8
"e2econfigcopy": "copyfiles --flat ./e2e/conf/*.conf ./dist/e2e/conf/",
9
- "test:e2e": "npm run build && mocha --ui bdd --recursive ./dist/e2e --timeout 90000",
+ "test:e2e": "npm run build && npm run e2econfigcopy && mocha --ui bdd --recursive ./dist/e2e --timeout 90000",
10
"test:all": "mocha --ui bdd --recursive ./dist/ --timeout 90000",
11
- "build": "rm -rf dist/ && tsc && npm run e2econfigcopy ",
+ "build": "rm -rf dist/ && tsc",
12
"test:cov": "nyc --reporter=lcov --reporter=text-lcov npm t && nyc report --reporter=text-lcov",
13
"test:coveralls": "npm run test:cov | coveralls"
14
},
0 commit comments