Parcourir la source

bring back ci script

Evan You il y a 10 ans
Parent
commit
32ba31cee3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -15,6 +15,7 @@
     "dev:ssr": "webpack --watch --config build/webpack.ssr.dev.config.js",
     "dev:compiler": "webpack --watch --config build/webpack.compiler.dev.config.js",
     "test": "npm run lint && flow check && npm run test:cover && npm run test:unit && npm run test:e2e && npm run test:ssr",
+    "ci": "npm run lint && flow check && npm run test:cover && npm run test:ssr",
     "build": "NODE_ENV=production node build/build.js",
     "lint": "eslint src build test",
     "flow": "flow check",