Skip to content

Commit

Permalink
fix: add missing directory
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveVanOpstal committed Sep 5, 2017
1 parent 18290c8 commit 45119e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
"start": "node config/build/start.js",
"lint": "ng lint",
"e2e": "ng e2e",
"mkdir:build": "mkdir build || true",
"mkdir:build:profile": "mkdir build\\profile || true",
"coverage": "npm run coveralls < ./coverage/lcov/lcov.info",
"prebuild": "mkdir dist || true",
"build": "npm run build:client && npm run build:server",
"build:client": "npm run build:client:prod",
"build:client:dev": "ng build",
Expand Down

0 comments on commit 45119e8

Please sign in to comment.