chore: make build run on macbook (#46)

This commit is contained in:
Damien Retzinger
2022-08-24 14:54:42 -06:00
parent 4b9366fdf2
commit 1f0152f3bd
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "index.js",
"private": true,
"scripts": {
"build": "esbuild --outfile=dist/index.js --platform=node --bundle --minify src/index.ts",
"build": "npx esbuild --outfile=dist/index.js --platform=node --bundle --minify src/index.ts",
"test": "jest"
},
"author": "",