Skip to content

Commit

Permalink
chore: add prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Dec 14, 2023
1 parent 556f4dd commit 24c5398
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"bundle": "microbundle --target node --generateTypes false --sourcemap false --format esm,cjs",
"lint": "eslint .",
"lint:types": "tsc --noEmit",
"test": "mocha test/spec/*.{cjs,js}"
"test": "mocha test/spec/*.{cjs,js}",
"prepare": "npm run bundle"
},
"type": "module",
"source": "./src/index.js",
Expand Down

0 comments on commit 24c5398

Please sign in to comment.