Skip to content

Commit

Permalink
chore: increase wait on time
Browse files Browse the repository at this point in the history
  • Loading branch information
sergejcodes committed Jul 12, 2023
1 parent f3e7682 commit 5fbecce
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 @@ -13,7 +13,7 @@
],
"scripts": {
"predev": "npm run build -w @minzejs/vite-plugin-minze",
"dev": "conc -k -n \"m,p\" -c \"green,magenta\" \"npm run dev -w minze\" \"(wait-on -w 1500 packages/minze/dist/main.js) && (npm run dev -w playground)\"",
"dev": "conc -k -n \"m,p\" -c \"green,magenta\" \"npm run dev -w minze\" \"(wait-on -w 2000 packages/minze/dist/main.js) && (npm run dev -w playground)\"",
"build": "npm run build --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
"docs": "vitepress dev docs",
Expand Down

0 comments on commit 5fbecce

Please sign in to comment.