Skip to content

Commit efc9266

Browse files
committed
Another round of updates to release pipeline config
1 parent 5bc0d07 commit efc9266

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: core/nut.js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"coverage": "jest --coverage --runInBand --logHeapUsage",
5353
"coverage:clean": "rimraf coverage",
5454
"publish:next": "pnpm publish --tag next --no-git-checks",
55-
"publish:release": "pnpm publish",
55+
"publish:release": "pnpm publish --no-git-checks",
5656
"prepublishOnly": "pnpm run compile",
5757
"typedoc": "typedoc --options ./typedoc.js --entryPointStrategy expand ./lib"
5858
},

Diff for: core/provider-interfaces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"clean": "rimraf dist",
99
"compile": "pnpm run clean && tsc -p .",
1010
"publish:next": "pnpm publish --tag next --no-git-checks",
11-
"publish:release": "pnpm publish",
11+
"publish:release": "pnpm publish --no-git-checks",
1212
"prepublishOnly": "pnpm run compile"
1313
},
1414
"keywords": [

Diff for: core/shared/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"clean": "rimraf dist",
1212
"compile": "pnpm run clean && tsc -p .",
1313
"publish:next": "pnpm publish --tag next --no-git-checks",
14-
"publish:release": "pnpm publish",
14+
"publish:release": "pnpm publish --no-git-checks",
1515
"prepublishOnly": "pnpm run compile"
1616
},
1717
"dependencies": {

Diff for: providers/clipboardy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"clean": "rimraf dist",
1212
"compile": "pnpm run clean && tsc -p .",
1313
"publish:next": "pnpm publish --tag next --no-git-checks",
14-
"publish:release": "pnpm publish",
14+
"publish:release": "pnpm publish --no-git-checks",
1515
"prepublishOnly": "pnpm run compile"
1616
},
1717
"keywords": [

Diff for: providers/libnut/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"coverage": "jest --coverage --runInBand",
3535
"coverage:clean": "rimraf coverage",
3636
"publish:next": "pnpm publish --tag next --no-git-checks",
37-
"publish:release": "pnpm publish",
37+
"publish:release": "pnpm publish --no-git-checks",
3838
"prepublishOnly": "pnpm run compile",
3939
"version": "npm version --no-git-tag -f"
4040
},

0 commit comments

Comments
 (0)