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 a27a236 commit 3e6fac7Copy full SHA for 3e6fac7
.github/workflows/release.yaml
@@ -68,5 +68,7 @@ jobs:
68
commit: '[ci] release'
69
title: '[ci] release'
70
env:
71
+ # Needs access to push to main
72
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
+ # Needs access to publish to npm
74
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -32,6 +32,7 @@
32
"prepare": "husky install",
33
"clean:all": "rimraf ./**/turbo-build.log ./**/dist ./**/.pnpm-debug.log ./**/.turbo ./**/coverage ./**/pnpm-lock.yaml ./**/node_modules",
34
"version": "changeset version && pnpm install --no-frozen-lockfile",
35
+ "preinstall": "npx only-allow pnpm",
36
"ncu": "ncu -u --deep -x rimraf,sharp"
37
},
38
"devDependencies": {
0 commit comments