Skip to content

Commit

Permalink
fix(package): added prepublishOnly (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
makhnatkin authored Dec 11, 2024
1 parent 7b6f3eb commit ad48d0a
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 @@ -31,10 +31,11 @@
],
"scripts": {
"build": "run-p build:*",
"build:js": "./esbuild/build.mjs",
"build:declarations": "tsc --emitDeclarationOnly --outDir ./build",
"build:js": "./esbuild/build.mjs",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"prepublishOnly": "npm run build",
"test": "jest"
},
"devDependencies": {
Expand Down

0 comments on commit ad48d0a

Please sign in to comment.