Skip to content

Commit

Permalink
add http-server as devDependency to validate the prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
agaengel committed Oct 19, 2020
1 parent 1d99506 commit ad64913
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 1 deletion.
91 changes: 91 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
"lint": "vue-cli-service lint",
"validate_prod": "npm run build; http-server dist"
},
"dependencies": {
"animate.css": "^4.1.1",
Expand All @@ -33,6 +34,7 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^7.1.0",
"http-server": "^0.12.3",
"node-sass": "^4.14.1",
"pug": "^3.0.0",
"pug-plain-loader": "^1.0.0",
Expand Down

0 comments on commit ad64913

Please sign in to comment.