Skip to content

Commit

Permalink
build: add install-peer-deps to build process
Browse files Browse the repository at this point in the history
  • Loading branch information
madmas committed Jan 10, 2019
1 parent f2c4038 commit f4cfb00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"Simon Skoczylas <[email protected]>"
],
"scripts": {
"build": "ng build rico-angular",
"build-watch": "ng build rico-angular --watch",
"build": "npm-install-peers && ng build rico-angular",
"build-watch": "npm-install-peers && ng build rico-angular --watch",
"pack": "cd dist/rico-angular && npm pack",
"dist": "npm run build && npm run pack",
"dist": "npm-install-peers && npm run build && npm run pack",
"start-int-test-server": "docker run -d -p 8085:8080 --rm --name rico-angular-int-server ricoprojects/integration:tomee-1.0.0-CR2",
"int-test": "npm-install-peers && ng test --main src/test.integration.ts --ts-config tsconfig.spec.integration.json",
"stop-int-test-server": "docker stop rico-angular-int-server",
Expand Down

0 comments on commit f4cfb00

Please sign in to comment.