Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
fix: npm deploy v1 (#64)
Browse files Browse the repository at this point in the history
* fix: npm production build

* fix: gitignore
  • Loading branch information
RyanKirby89 authored Aug 4, 2020
1 parent e45d37f commit e394c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Build app
run: yarn build
run: yarn prod-build
- name: Remove node_modules
run: rm -rf node_modules
- name: Release
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dev": "webpack-dev-server",
"deploy": "now --target=production",
"build": "webpack",
"prod-build": "webpack --mode=production",
"now-build": "webpack --mode=production",
"semantic-release": "semantic-release"
},
Expand Down

0 comments on commit e394c69

Please sign in to comment.