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 bffb9d1 commit 32ba31cCopy full SHA for 32ba31c
package.json
@@ -15,6 +15,7 @@
15
"dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js",
16
"dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js",
17
"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",
19
"build": "NODE_ENV=production node build/build.js",
20
"lint": "eslint src build test",
21
"flow": "flow check",
0 commit comments