Skip to content

Commit

Permalink
fix: Change Github Actions build command
Browse files Browse the repository at this point in the history
Use npm run build instead of npm run now-build
  • Loading branch information
amalv committed Mar 11, 2020
1 parent b333567 commit 9855ef5
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 @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build app
run: npm run now-build
run: npm run build
- name: Semantic release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

1 comment on commit 9855ef5

@amalv
Copy link
Owner Author

@amalv amalv commented on 9855ef5 Mar 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for website ready!

Built with commit 6b53005f1ae7ccab33eb2bf37c2bd2183040766e

https://circleback-design-system-5cbkuayky.now.sh

Please sign in to comment.