Skip to content

Commit

Permalink
windows fix for yarn build:dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanquera committed Sep 27, 2024
1 parent 68ca241 commit 9b748fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/temple-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"tsconfig.json"
],
"scripts": {
"build": "tsc && npx esbuild ./src/client.ts --global-name=temple_dev --format=iife --bundle --outfile=client.js"
"build": "tsc && npx ../../node_modules/esbuild/bin/esbuild ./src/client.ts --global-name=temple_dev --format=iife --bundle --outfile=client.js"
},
"dependencies": {
"@blanquera/types": "1.0.2",
Expand Down

0 comments on commit 9b748fe

Please sign in to comment.