Skip to content

Commit

Permalink
chore(npm): change NPM scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww committed Mar 17, 2024
1 parent ee6e0f4 commit 906b140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"clean": "rimraf --glob coverage lib lib-commonjs tsconfigs/*.tsbuildinfo",
"format": "prettier --write \"**/*.{cjs,js,mjs,json,ts,yaml,yml}\"",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint-fix": "eslint . --fix",
"pre-commit": "lint-staged",
"prepare": "husky",
"test": "node scripts/unit-test.js",
Expand Down

0 comments on commit 906b140

Please sign in to comment.