We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55a7ad commit baa63a1Copy full SHA for baa63a1
2 files changed
packages/commitsmile/.npmrc
@@ -1,4 +1,6 @@
1
+
2
registry=https://registry.npmjs.org/
3
always-auth=true
4
shamefully-hoist=true
5
node-linker=hoisted
6
+//registry.npmjs.org/:_authToken=${NPM_TOKEN}
packages/commitsmile/package.json
@@ -47,7 +47,7 @@
47
"npm:prepack": "clean-package",
48
"pre": "git add . && npx lint-staged",
49
"prepare": "ts-patch install && typia patch",
50
- "prepublishOnly": "pnpm build:npm && cd ./dist",
+ "prepublishOnly": "pnpm build:npm",
51
"test": "echo \"Error: no test specified\" && exit 1",
52
"unlink-cli:dev": "cd lib && pnpm unlink --global"
53
},
@@ -103,7 +103,6 @@
103
104
"publishConfig": {
105
"access": "public",
106
- "directory": "dist",
107
"provenance": true,
108
"tag": "latest"
109
}
0 commit comments