Skip to content

Commit

Permalink
ci: add a build:ci command
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyrb committed Aug 20, 2020
1 parent 74670f9 commit 311a9c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -21,6 +21,7 @@
},
"scripts": {
"build": "npm run version && npm run webpack && npm run copy:meteor && npm run doc:generate",
"build:ci": "npm run webpack:prod && npm run webpack:dev && npm run copy:meteor",
"clean": "npm run clean:dist && npm run clean:coverage",
"clean:coverage": "shx rm -rf coverage",
"clean:dist": "shx rm -rf dist",
Expand Down

0 comments on commit 311a9c1

Please sign in to comment.