We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5640cb commit 9cd7553Copy full SHA for 9cd7553
.github/workflows/publish_release.yml
@@ -36,6 +36,7 @@ jobs:
36
with:
37
node-version: "14"
38
registry-url: "https://registry.npmjs.org/"
39
+ always-auth: true
40
41
- name: Install npm dependencies
42
run: npm ci
package.json
@@ -22,7 +22,7 @@
22
"build:cjs": "npx tsc -p tsconfig.cjs.json",
23
"compile": "npx tsc --noEmit",
24
"lint": "npx xo",
25
- "prepublish": "npm run build",
+ "prepublishOnly": "npm run build",
26
"test": "npx jest"
27
},
28
"lint-staged": {
0 commit comments