Skip to content

Commit

Permalink
push git to active CI
Browse files Browse the repository at this point in the history
  • Loading branch information
can-dy-jack committed Jan 17, 2023
1 parent 8290807 commit 6fe84fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"test": "tape -r esm __test__/test.js",
"bench": "node -r esm __test__/bench.js",
"build": "rollup -c",
"watch": "rollup -cw"
"watch": "rollup -cw",
"pretest": "npm run lint",
"prepublishOnly": "npm test"
},
"files": [
"index.js",
Expand Down

0 comments on commit 6fe84fe

Please sign in to comment.