Skip to content

Commit f4bd49e

Browse files
committed
run build before scripts
1 parent 327c450 commit f4bd49e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ language: node_js
22
node_js:
33
- '10'
44
- '12'
5+
before_script:
6+
- npm run build-clean
57
script:
68
- npm run ci

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"scripts": {
2020
"build": "lerna run build",
2121
"build-clean": "del-cli **/*.tsbuildinfo & npm run build",
22-
"ci": "npm run build-clean & npm run test",
22+
"ci": "npm run test",
2323
"test": "jest",
2424
"posttest": "npm run lint",
2525
"postinstall": "npm run bootstrap & npm run build-clean",

0 commit comments

Comments
 (0)