Skip to content

Commit baa63a1

Browse files
⚙️ Chore(commitsmile): change publish
1 parent a55a7ad commit baa63a1

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/commitsmile/.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
12
registry=https://registry.npmjs.org/
23
always-auth=true
34
shamefully-hoist=true
45
node-linker=hoisted
6+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

packages/commitsmile/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"npm:prepack": "clean-package",
4848
"pre": "git add . && npx lint-staged",
4949
"prepare": "ts-patch install && typia patch",
50-
"prepublishOnly": "pnpm build:npm && cd ./dist",
50+
"prepublishOnly": "pnpm build:npm",
5151
"test": "echo \"Error: no test specified\" && exit 1",
5252
"unlink-cli:dev": "cd lib && pnpm unlink --global"
5353
},
@@ -103,7 +103,6 @@
103103
},
104104
"publishConfig": {
105105
"access": "public",
106-
"directory": "dist",
107106
"provenance": true,
108107
"tag": "latest"
109108
}

0 commit comments

Comments
 (0)