We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b29de commit 0d66f46Copy full SHA for 0d66f46
.github/workflows/publish.yml
@@ -39,3 +39,5 @@ jobs:
39
40
- name: Publish to npm
41
run: npm publish
42
+ env:
43
+ NPM_CONFIG_PROVENANCE: true
package.json
@@ -35,6 +35,10 @@
35
"default": "./dist/cjs/index.cjs"
36
}
37
},
38
+ "publishConfig": {
+ "access": "public",
+ "provenance": true
+ },
"scripts": {
"build": "rollup --config",
44
"test": "npm run test:js && npm run test:ts",
0 commit comments