Skip to content

Commit ce0e589

Browse files
committed
feat: remove preview script from package.json #pwa
1 parent bd63f96 commit ce0e589

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/webviews/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "vite build",
9-
"preview": "vite preview"
8+
"build": "vite build"
109
},
1110
"dependencies": {
1211
"@demotime/common": "*",

0 commit comments

Comments
 (0)