Skip to content

Commit 32ba31c

Browse files
committed
bring back ci script
1 parent bffb9d1 commit 32ba31c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js",
1616
"dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js",
1717
"test": "npm run lint && flow check && npm run test:cover && npm run test:unit && npm run test:e2e && npm run test:ssr",
18+
"ci": "npm run lint && flow check && npm run test:cover && npm run test:ssr",
1819
"build": "NODE_ENV=production node build/build.js",
1920
"lint": "eslint src build test",
2021
"flow": "flow check",

0 commit comments

Comments
 (0)