Skip to content

Commit

Permalink
add prepublish build
Browse files Browse the repository at this point in the history
  • Loading branch information
popeindustries committed Sep 15, 2022
1 parent f534f10 commit cb21331
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 @@ -54,6 +54,7 @@
"lint": "pnpm run lint:eslint && pnpm run lint:typescript",
"lint:eslint": "eslint 'src/**/*.js'",
"lint:typescript": "tsc --noEmit --skipLibCheck",
"prepublishOnly": "pnpm run build",
"test": "NODE_ENV=test mocha --reporter spec --bail 'test/*-test.js'"
},
"engines": {
Expand Down

0 comments on commit cb21331

Please sign in to comment.