Skip to content

Commit 25a9552

Browse files
committed
Chore/Fix: precommit
1 parent 567b20d commit 25a9552

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
@@ -15,7 +15,7 @@
1515
"postinstall": "npm run babel",
1616
"babel": "babel lib -d dest",
1717
"coveralls": "nyc report --reporter=text-lcov | coveralls",
18-
"precommit": "npm run lint && npm run test"
18+
"precommit": "npm test"
1919
},
2020
"files": [
2121
"lib"

0 commit comments

Comments
 (0)