Skip to content

Commit 1e501de

Browse files
committed
fix build for deploy
1 parent f3e2206 commit 1e501de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
/.tmp/
1414

1515
# build
16-
/dist/
16+
dist/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"main": "dist/pocket-camera.js",
99
"scripts": {
1010
"dev": "tsc && concurrently \"tsc --watch\" \"wds\"",
11-
"build": "tsc"
11+
"build": "tsc --outDir demo/dist"
1212
},
1313
"devDependencies": {
1414
"@web/dev-server": "^0.4.6",

0 commit comments

Comments
 (0)