Skip to content

Commit ad29783

Browse files
committed
feat: template react component
1 parent 4399f24 commit ad29783

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
pnpm i
4949
npm publish
5050
env:
51-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
51+
NODE_AUTH_TOKEN: ${{secrets.NPM_CHAOS_TOKEN}}

packages/create-chaos/template-library-ts/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"dev": "tsup --watch",
2121
"build": "tsup",
2222
"preinstall": "npx only-allow pnpm",
23-
"postinstall": "simple-git-hooks",
2423
"typecheck": "tsc -p scripts --noEmit && pnpm -r --parallel run typecheck",
2524
"lint": "eslint --cache ./packages/*",
2625
"format": "prettier --write --cache .",

packages/create-chaos/template-vscode-extension/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "vscode-extension-template",
33
"displayName": "vscode-extension-template",
44
"description": "fast to create app",
5+
"private": true,
56
"version": "0.0.1",
67
"engines": {
78
"vscode": "^1.85.0"

0 commit comments

Comments
 (0)