Skip to content

Commit

Permalink
fix bug with esbuild installation
Browse files Browse the repository at this point in the history
  • Loading branch information
mvasigh committed Mar 12, 2021
1 parent a502c21 commit d029d51
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 @@ -2,6 +2,7 @@
"name": "starter-p5",
"version": "0.0.0",
"scripts": {
"postinstall": "node node_modules/esbuild/install.js",
"dev:client": "vite",
"dev:server": "nodemon server.mjs",
"dev": "concurrently \"npm run dev:client\" \"npm run dev:server\"",
Expand Down

1 comment on commit d029d51

@mvasigh
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.