Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit d1cc408

Browse files
committed
refactor: rename pre-push to post-commit
This is a better work flow. Now, I can guarantee that if I make any changes in a commit, they will be reflected in the dist files.
1 parent c162950 commit d1cc408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre-push.githook renamed to post-commit.githook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
### REQUIRED
99
# Please run
10-
# `npm install gulp gulp-concat gulp-minify gulp-clean-css gulp-strip-css-comments`
10+
# `npm install gulp gulp-concat gulp-minify gulp-clean-css gulp-strip-css-comments gulp-replace`
1111
# before trying to run this.
1212

1313
# Bundle the JS and CSS files

0 commit comments

Comments
 (0)