mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix CI build
This commit is contained in:
parent
a69f801424
commit
6099087a6d
|
@ -9,4 +9,5 @@ cache:
|
|||
- "node_modules"
|
||||
script:
|
||||
- npm run lint
|
||||
- npm run build:all
|
||||
- npm test
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
"scripts": {
|
||||
"lerna": "lerna",
|
||||
"prepare": "lerna run prepare --since master --stream --sort -- --scripts-prepend-node-path",
|
||||
"build:all": "lerna run build",
|
||||
"publish": "lerna publish",
|
||||
"canary": "lerna publish --canary preminor --npm-tag alpha",
|
||||
"next": "lerna publish --bump prerelease --npm-tag next",
|
||||
|
|
Loading…
Reference in New Issue
Block a user