Skip to content

Commit 04dfa03

Browse files
authored
Make the workflow run esbuild
1 parent e959ddc commit 04dfa03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Dependencies
3939
run: npm install
4040
- name: Compile
41-
run: npx tsc
41+
run: npm run build
4242
- name: Upload artifact
4343
uses: actions/upload-pages-artifact@v3
4444
with:

0 commit comments

Comments
 (0)