Skip to content

Commit

Permalink
fix: fixed package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m1d0v committed Nov 27, 2024
1 parent 404c057 commit 83e9387
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 @@ -36,6 +36,7 @@
"build:js": "./esbuild/build.mjs",
"build:declarations": "tsc -p tsconfig.publish.json --emitDeclarationOnly --outDir ./build",
"test": "cd tests && npm ci && npm test -- --ci",
"prepublishOnly": "npm run build",
"lint": "lint update && lint",
"lint:fix": "lint update && lint fix",
"pre-commit": "lint update && lint-staged",
Expand Down

0 comments on commit 83e9387

Please sign in to comment.