Skip to content

Commit 1f0152f

Browse files
committed
chore: make build run on macbook (#46)
1 parent 4b9366f commit 1f0152f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supported-version/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"private": true,
77
"scripts": {
8-
"build": "esbuild --outfile=dist/index.js --platform=node --bundle --minify src/index.ts",
8+
"build": "npx esbuild --outfile=dist/index.js --platform=node --bundle --minify src/index.ts",
99
"test": "jest"
1010
},
1111
"author": "",

0 commit comments

Comments
 (0)