Skip to content

Commit

Permalink
fix(post-processing): made playground runnable
Browse files Browse the repository at this point in the history
  • Loading branch information
Tino Koch committed Apr 18, 2023
1 parent 0d19df7 commit 03af258
Show file tree
Hide file tree
Showing 7 changed files with 270 additions and 283 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"scripts": {
"dev": "vite",
"playground": "cd playground && nr dev",
"playground": "cd playground && npm run dev",
"build": "vite build",
"preview": "vite preview",
"release": "release-it",
Expand Down
Loading

0 comments on commit 03af258

Please sign in to comment.