Skip to content

Commit 536f884

Browse files
authored
build: Recreate internal/portal/dist/gitkeep after JS build (#94)
1 parent 0c9ef89 commit 536f884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/portal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "outpost-portal",
33
"scripts": {
44
"dev": "vite",
5-
"build": "vite build"
5+
"build": "vite build && touch dist/gitkeep"
66
},
77
"dependencies": {
88
"react": "^18.3.1",

0 commit comments

Comments
 (0)