Skip to content

Commit

Permalink
Merge pull request #113 from mausampaio/deploy-ci-cd
Browse files Browse the repository at this point in the history
fix: production.yml script
  • Loading branch information
mausampaio authored Mar 18, 2021
2 parents 64f08af + a927a58 commit f5666c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version: 14.x
# Run yarn install and build on our code
- run: npm ci
- run: npm install
- run: npm run build --if-present
- run: npm test
# Deploy to Netlify using our production secrets
Expand Down

0 comments on commit f5666c0

Please sign in to comment.