We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788498c commit 8a3c49dCopy full SHA for 8a3c49d
.github/workflows/develop.yml
@@ -30,7 +30,7 @@ jobs:
30
run: yarn
31
32
- name: Build project
33
- run: NODE_ENV=development yarn build:web --mode development
+ run: yarn build:web --mode development
34
35
- name: Copy build to remote host
36
uses: appleboy/scp-action@v0.1.4
script/build.sh
@@ -4,7 +4,7 @@ build() {
4
echo 'Building Hackertab...'
5
rm -rf dist
6
tsc
7
- vite build
+ vite build "$@"
8
}
9
10
-build
+build "$@"
0 commit comments