Skip to content

Commit

Permalink
Publish builds locally without checks eclipse-theia/theia-blueprint#304
Browse files Browse the repository at this point in the history
  • Loading branch information
jfaltermeier committed Nov 30, 2023
1 parent 1943c80 commit dcc6eb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
"preinstall": "node-gyp install",
"prepare": "yarn -s compile:references && lerna run prepare && yarn -s compile",
"publish:latest": "lerna publish --exact --yes --no-push && yarn -s publish:check",
"publish:next": "lerna publish preminor --exact --canary --preid next --dist-tag next --no-git-reset --no-git-tag-version --no-push --yes && yarn -s publish:check",
"publish:next": "yarn -s publish:local:next && yarn -s publish:check",
"publish:local:next": "lerna publish preminor --exact --canary --preid next --dist-tag next --no-git-reset --no-git-tag-version --no-push --yes",
"publish:check": "node scripts/check-publish.js",
"rebuild:clean": "rimraf .browser_modules",
"test": "yarn -s test:theia && yarn -s electron test && yarn -s browser test",
Expand Down

0 comments on commit dcc6eb0

Please sign in to comment.