Skip to content

Commit

Permalink
fix: Fix link to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Sep 5, 2024
1 parent 614258d commit 4b5ce79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"scripts": {
"build": "npm run build:lib && npm run build:dist",
"build:dist": "./esbuild/build.js",
"build:dist": "./esbuild/build.mjs",
"build:lib": "tsc -p tsconfig.transform.json",
"prepublishOnly": "npm run lint && npm run test && npm run build",
"test": "jest --coverage",
Expand Down

0 comments on commit 4b5ce79

Please sign in to comment.