Skip to content

Commit 32b122c

Browse files
committed
fix
1 parent 99378a9 commit 32b122c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: npm install
2929

3030
- name: Build
31-
run: npm build
31+
run: npm run build
3232

3333
- name: Upload extension build
3434
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)