Skip to content

Commit

Permalink
chore: add missing command in build
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRouyer authored and euvl committed Jul 8, 2020
1 parent a43b843 commit d440ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"lint:js": "eslint --ext js --ext jsx --ext vue src",
"lint:js:fix": "npm run lint:js -- --fix",
"test": "jest",
"build": "npm run build:client && npm run build:ssr && npm run build:ssr-no-css",
"build": "npm run build:client && npm run build:client-no-css && npm run build:ssr && npm run build:ssr-no-css",
"watch": "webpack --config ./build/webpack.client.config.js --progress --hide-modules --watch",
"test:types": "tsc -p types/test",
"docs:dev": "vuepress dev docs",
Expand Down

0 comments on commit d440ca5

Please sign in to comment.