Skip to content

Commit

Permalink
chore: :)
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Feb 5, 2019
1 parent 4e67e7f commit af46c7e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 19 deletions.
6 changes: 1 addition & 5 deletions azure-pipelines-template.yml
Expand Up @@ -20,11 +20,7 @@ jobs:
npm install -g npm@latest
displayName: "Install npm"
- script: |
npm install
npm install typescript --save-dev
npm install lerna --save-dev
lerna bootstrap
npm run build
npm run bootstrap
displayName: "Lerna bootstrap"
- script: |
npm run test
Expand Down
31 changes: 20 additions & 11 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -26,7 +26,7 @@
"scripts"
],
"scripts": {
"bootstrap": "lerna bootstrap",
"bootstrap": "npm run clean:all && npm install && lerna bootstrap",
"build": "tsc",
"bundlesize": "bundlesize",
"changelog": "conventional-changelog --config ./build/changelog-generator/index.js --infile CHANGELOG.md --same-file",
Expand Down Expand Up @@ -144,7 +144,7 @@
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"jest-junit": "^5.0.0",
"lerna": "^3.4.3",
"lerna": "^3.10.7",
"lint-staged": "7.x.x",
"nyc": "^13.1.0",
"prettier-eslint-cli": "^4.7.1",
Expand All @@ -156,7 +156,7 @@
"tslint": "^5.11.0",
"typedoc": "^0.13.0",
"typedoc-plugin-monorepo": "^0.1.0",
"typescript": "^3.1.6",
"typescript": "^3.3.1",
"webpack": "4.x.x",
"webpack-dev-server": "^3.1.10"
},
Expand Down

0 comments on commit af46c7e

Please sign in to comment.