We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327c450 commit f4bd49eCopy full SHA for f4bd49e
.travis.yml
@@ -2,5 +2,7 @@ language: node_js
2
node_js:
3
- '10'
4
- '12'
5
+before_script:
6
+ - npm run build-clean
7
script:
8
- npm run ci
package.json
@@ -19,7 +19,7 @@
19
"scripts": {
20
"build": "lerna run build",
21
"build-clean": "del-cli **/*.tsbuildinfo & npm run build",
22
- "ci": "npm run build-clean & npm run test",
+ "ci": "npm run test",
23
"test": "jest",
24
"posttest": "npm run lint",
25
"postinstall": "npm run bootstrap & npm run build-clean",
0 commit comments