Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Aug 24, 2023
1 parent 0abbf54 commit 3cd3ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/standalone-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"scripts": {
".": "yarn run -T turbo run --filter=@example/standalone-playground...",
"dev": "yarn concurrently 'yarn . build && yarn start-server' 'sleep 10 && yarn . watch'",
"start-server": "yarn http-server . -o /pages",
"start": "yarn http-server . -o /pages",
"dev": "yarn concurrently 'yarn . build && yarn start' 'sleep 10 && yarn . watch'",
"concurrently": "yarn run -T concurrently"
},
"dependencies": {
Expand Down

0 comments on commit 3cd3ae2

Please sign in to comment.