Skip to content

Commit 6021a88

Browse files
committed
fix: assets.yml
1 parent e2fb4ac commit 6021a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/assets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v2
1313
with:
1414
node-version: '12.x'
15-
- run: npm install --only=prod
15+
- run: npm install
1616
- run: npm run build
1717
- uses: vimtor/action-zip@v1
1818
with:

0 commit comments

Comments
 (0)