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

Commit 50e8b96

Browse files
chore: 🤖 fix pre-publish husky script
1 parent 90d84ca commit 50e8b96

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,11 @@ Just include something similar to the following in your global css file:
171171

172172
1. Develop
173173
1. Write specs
174-
1. Run npm run test:lib,
175-
1. Run npm run commit, and choose fix or feature
176-
1. Run npm run release
177-
1. Run npm run build:lib
178-
1. Go to the dist directory, and run npm publish
174+
1. Run `npm run test:lib`
175+
1. Run `npm run commit`, and choose fix or feature
176+
1. Run `npm run release`
177+
1. Run `npm run build:lib`
178+
1. Go to the dist directory, and run `npm publish`
179179

180180
### Scripts
181181

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"hooks": {
7575
"commit-msg": "commitlint -e $GIT_PARAMS",
7676
"pre-commit": "npm run hooks:pre-commit && lint-staged",
77-
"pre-push": "npm run test:headless"
77+
"pre-push": "npm run test:lib:headless"
7878
}
7979
},
8080
"config": {

0 commit comments

Comments
 (0)