We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fb4ac commit 6021a88Copy full SHA for 6021a88
.github/workflows/assets.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/setup-node@v2
13
with:
14
node-version: '12.x'
15
- - run: npm install --only=prod
+ - run: npm install
16
- run: npm run build
17
- uses: vimtor/action-zip@v1
18
0 commit comments