Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit f79e386

Browse files
committed
fix(package): fix huge mistake
1 parent 27f9cb8 commit f79e386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"lint": "npm run lint:write \"src/**/*.{ts,tsx}\"",
7979
"prettier:write": "prettier -c .prettierrc --write",
8080
"prettier": "npm run prettier:write \"src/**/*.{ts,tsx}\"",
81-
"publish": "npm run build && cd lib && npm publish",
81+
"publish:lib": "npm run build && cd lib && npm publish && cd ..",
8282
"report-coverage": "cat ./coverage/lcov.info | coveralls",
8383
"test:prod": "npm run lint && npm run test --coverage --no-cache",
8484
"test:watch": "jest --watch",

0 commit comments

Comments
 (0)