Skip to content

Commit

Permalink
chore: added provision command
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Nouguier committed Apr 22, 2021
1 parent 5918cae commit 148c4c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
"release:major": "cd api && npm run release:major && cd .. && npm version --no-git-tag-version --force major",
"changelog": "github_changelog_generator -u kalisio -p kano && git add CHANGELOG.md && git commit -am \"Updating changelog\"",
"clean": "quasar clean",
"dev": "npm run icons:cp && npm run tours:cp && cross-env NODE_ENV=development quasar dev",
"provision": "npm run icons:cp && npm run tours:cp",
"dev": "npm run provision && cross-env NODE_ENV=development quasar dev",
"prod": "cd api && npm run prod",
"build": "npm run icons:cp && npm run tours:cp && quasar build",
"build": "npm run provision && quasar build",
"analyze:stats": "webpack --config build/webpack.prod.conf.js --profile --json > build-stats.json",
"analyze:treemap": "webpack-bundle-analyzer build-stats.json dist",
"analyze": "npm run analyze:stats && npm run analyze:treemap",
Expand Down

0 comments on commit 148c4c2

Please sign in to comment.