Skip to content

Commit 90fd3c3

Browse files
committed
Use --no-git-checks to publish snapshot release with dirty working tree
1 parent e81bddc commit 90fd3c3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

core/nut.js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"test": "jest --runInBand",
5252
"coverage": "jest --coverage --runInBand --logHeapUsage",
5353
"coverage:clean": "rimraf coverage",
54-
"publish:next": "pnpm publish --tag next",
54+
"publish:next": "pnpm publish --tag next --no-git-checks",
5555
"prepublishOnly": "pnpm run compile",
5656
"versionBump": "bump --tag --push --all",
5757
"typedoc": "typedoc --options ./typedoc.js --entryPointStrategy expand ./lib"

core/provider-interfaces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"clean": "rimraf dist",
99
"compile": "pnpm run clean && tsc -p .",
10-
"publish:next": "pnpm publish --tag next",
10+
"publish:next": "pnpm publish --tag next --no-git-checks",
1111
"prepublishOnly": "pnpm run compile"
1212
},
1313
"keywords": [

core/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"coverage:clean": "rimraf coverage",
1111
"clean": "rimraf dist",
1212
"compile": "pnpm run clean && tsc -p .",
13-
"publish:next": "pnpm publish --tag next",
13+
"publish:next": "pnpm publish --tag next --no-git-checks",
1414
"prepublishOnly": "pnpm run compile"
1515
},
1616
"dependencies": {

providers/clipboardy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest --runInBand",
1111
"clean": "rimraf dist",
1212
"compile": "pnpm run clean && tsc -p .",
13-
"publish:next": "pnpm publish --tag next",
13+
"publish:next": "pnpm publish --tag next --no-git-checks",
1414
"prepublishOnly": "pnpm run compile"
1515
},
1616
"keywords": [

providers/libnut/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"test": "jest --runInBand",
3434
"coverage": "jest --coverage --runInBand",
3535
"coverage:clean": "rimraf coverage",
36-
"publish:next": "pnpm publish --tag next",
36+
"publish:next": "pnpm publish --tag next --no-git-checks",
3737
"prepublishOnly": "pnpm run compile",
3838
"version": "npm version --no-git-tag -f"
3939
},

0 commit comments

Comments
 (0)