Skip to content

Commit

Permalink
chore(npm): add prepare npm-script to build the code
Browse files Browse the repository at this point in the history
  • Loading branch information
micalevisk committed Mar 22, 2022
1 parent bc85664 commit 7b7e9f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"tape": "^5.5.2"
},
"scripts": {
"prepare": "npm run build",
"format:fix": "prettier --write package.json *.markdown src/** test/** **/*.yml",
"build": "esbuild src/index.js --sourcemap --bundle --minify --outfile=index.js --format=cjs",
"test": "tap --reporter=base --coverage-report=html test/*.js"
Expand Down

0 comments on commit 7b7e9f2

Please sign in to comment.