Skip to content

Commit

Permalink
perf(husky): pre-commit and husky update #45
Browse files Browse the repository at this point in the history
Changes to be committed:
	new file:   .husky/pre-commit
	deleted:    karma.conf.js
	modified:   package-lock.json
	modified:   package.json
	new file:   web-test-runner.config.mjs
  • Loading branch information
fajar-apri-alaska authored and blackfalcon committed Aug 2, 2023
1 parent 0bb2505 commit 70f1edd
Show file tree
Hide file tree
Showing 5 changed files with 4,756 additions and 7,030 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

./node_modules/.bin/npm-run-all linters test
25 changes: 0 additions & 25 deletions karma.conf.js

This file was deleted.

Loading

0 comments on commit 70f1edd

Please sign in to comment.