Fix CI build

This commit is contained in:
Zalmoxisus 2018-12-20 19:16:23 +02:00
parent a69f801424
commit 6099087a6d
2 changed files with 2 additions and 0 deletions

View File

@ -9,4 +9,5 @@ cache:
- "node_modules" - "node_modules"
script: script:
- npm run lint - npm run lint
- npm run build:all
- npm test - npm test

View File

@ -8,6 +8,7 @@
"scripts": { "scripts": {
"lerna": "lerna", "lerna": "lerna",
"prepare": "lerna run prepare --since master --stream --sort -- --scripts-prepend-node-path", "prepare": "lerna run prepare --since master --stream --sort -- --scripts-prepend-node-path",
"build:all": "lerna run build",
"publish": "lerna publish", "publish": "lerna publish",
"canary": "lerna publish --canary preminor --npm-tag alpha", "canary": "lerna publish --canary preminor --npm-tag alpha",
"next": "lerna publish --bump prerelease --npm-tag next", "next": "lerna publish --bump prerelease --npm-tag next",