Skip to content

Commit

Permalink
remove run-p
Browse files Browse the repository at this point in the history
  • Loading branch information
antony committed Feb 26, 2021
1 parent 8a6efc3 commit df3df17
Show file tree
Hide file tree
Showing 4 changed files with 280 additions and 10,579 deletions.
225 changes: 225 additions & 0 deletions package-lock.json

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

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"dev": "run-p start serve",
"start": "nodemon examples/server.js -x \"node -r esm\"",
"prepublishOnly": "yarn build",
"heroku-postbuild": "yarn build"
Expand Down Expand Up @@ -52,6 +53,7 @@
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.14.1",
"nodemon": "^2.0.4",
"npm-run-all": "^4.1.5",
"sass-loader": "^9.0.3",
"svg-url-loader": "^6.0.0",
"vue-template-compiler": "^2.6.11",
Expand Down
Loading

0 comments on commit df3df17

Please sign in to comment.