Skip to content

Commit 32fb7b6

Browse files
committed
feat: add travis ci
1 parent 680aeae commit 32fb7b6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
language: node_js
22
node_js:
33
- '11'
4+
cache:
5+
directories:
6+
- node_modules

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
"testnc": "NODE_ENV=test; jest --runInBand --no-cache",
3535
"build": "webpack --progress --colors --mode production",
3636
"build:demo": "cross-env NODE_ENV=development webpack --config=demo/webpack.config.js --progress",
37+
"ci": "concurrently --raw ci:*",
38+
"ci:build": "concurrently --raw build",
3739
"postinstall": "lerna bootstrap",
3840
"format": "prettier --write \"{packages,components,demo}/**/*{js,json,css,scss,vue}\"",
3941
"clean": "concurrently --raw clean:**",

0 commit comments

Comments
 (0)