Skip to content

Commit ab03041

Browse files
committed
fix: update run playground script
1 parent 806b545 commit ab03041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"scripts": {
1212
"build": "tsc",
1313
"prepublishOnly": "tsc",
14-
"playground": "npm -C ./playground run dev",
14+
"playground": "npm run build && cd ./playground && npm install && npm run dev",
1515
"test": "jest"
1616
},
1717
"repository": {

0 commit comments

Comments
 (0)