Skip to content

Commit

Permalink
added Postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
outsung committed Feb 2, 2021
1 parent a9b84d4 commit 158288e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Install dependencies
run: npm install --prod --pure-lockfile

- name: Postinstall
run: npm run postinstall

- name: A) Setting homepage in package.json
run: sed -i 's/#homepage/https:\/\/outsung.github.io\/Duo-frontend\//g' package.json
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install dependencies
run: npm install --prod --pure-lockfile

- name: Postinstall
run: npm run postinstall

- name: A) Setting homepage in package.json
run: sed -i 's/#homepage/https:\/\/outsung.github.io\/Duo-frontend\/history\/${{github.event.head_commit.message}}/g' package.json

Expand Down

0 comments on commit 158288e

Please sign in to comment.