Skip to content

Commit 9c84ab3

Browse files
authored
ci: apply pkg-clean to dev publish (google#1006)
1 parent c8ca866 commit 9c84ab3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/dev-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
2727
- run: |
2828
npm version $(node --eval="process.stdout.write(require('./package.json').version)")-dev.$(git rev-parse --short HEAD) --no-git-tag-version
29+
node scripts/clean-package-json.mjs
2930
npm publish --provenance --access=public --no-git-tag-version --tag dev

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zx",
3-
"version": "8.2.4",
3+
"version": "8.3.0",
44
"description": "A tool for writing better scripts",
55
"type": "module",
66
"main": "./build/index.cjs",

0 commit comments

Comments
 (0)