We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68b41d commit 8cde672Copy full SHA for 8cde672
package.json
@@ -39,6 +39,8 @@
39
"scripts": {
40
"build": "vite build",
41
"dev": "vite playground",
42
+ "preview": "vite preview playground",
43
+ "build:play": "vite build playground",
44
"lint": "eslint .",
45
"prepublishOnly": "nr build",
46
"release": "bumpp && npm publish",
0 commit comments