We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
npm insatll
1 parent 2c27e90 commit f981ddcCopy full SHA for f981ddc
.github/workflows/deploy.yml
@@ -25,9 +25,8 @@ jobs:
25
with:
26
node-version: ${{ matrix.node-version }}
27
cache: 'npm'
28
-# - run: npm ci
29
- - run: npm run build --if-present
30
-# - run: npm test
+ - run: npm install --production
+ # - run: npm run build --if-present
31
- name: Deploy
32
uses: JamesIves/github-pages-deploy-action@4.1.4
33
0 commit comments