Skip to content

Commit

Permalink
Another round of updates to release pipeline config
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Feb 19, 2024
1 parent 5bc0d07 commit efc9266
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/nut.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"coverage": "jest --coverage --runInBand --logHeapUsage",
"coverage:clean": "rimraf coverage",
"publish:next": "pnpm publish --tag next --no-git-checks",
"publish:release": "pnpm publish",
"publish:release": "pnpm publish --no-git-checks",
"prepublishOnly": "pnpm run compile",
"typedoc": "typedoc --options ./typedoc.js --entryPointStrategy expand ./lib"
},
Expand Down
2 changes: 1 addition & 1 deletion core/provider-interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"clean": "rimraf dist",
"compile": "pnpm run clean && tsc -p .",
"publish:next": "pnpm publish --tag next --no-git-checks",
"publish:release": "pnpm publish",
"publish:release": "pnpm publish --no-git-checks",
"prepublishOnly": "pnpm run compile"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion core/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clean": "rimraf dist",
"compile": "pnpm run clean && tsc -p .",
"publish:next": "pnpm publish --tag next --no-git-checks",
"publish:release": "pnpm publish",
"publish:release": "pnpm publish --no-git-checks",
"prepublishOnly": "pnpm run compile"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion providers/clipboardy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clean": "rimraf dist",
"compile": "pnpm run clean && tsc -p .",
"publish:next": "pnpm publish --tag next --no-git-checks",
"publish:release": "pnpm publish",
"publish:release": "pnpm publish --no-git-checks",
"prepublishOnly": "pnpm run compile"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion providers/libnut/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"coverage": "jest --coverage --runInBand",
"coverage:clean": "rimraf coverage",
"publish:next": "pnpm publish --tag next --no-git-checks",
"publish:release": "pnpm publish",
"publish:release": "pnpm publish --no-git-checks",
"prepublishOnly": "pnpm run compile",
"version": "npm version --no-git-tag -f"
},
Expand Down

0 comments on commit efc9266

Please sign in to comment.