Skip to content

Commit

Permalink
[fix] #123, run pre and post build for production too
Browse files Browse the repository at this point in the history
  • Loading branch information
Type-Style committed Sep 1, 2024
1 parent 646bbaf commit d51e1ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ftp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ jobs:
node-version: 20
- name: Install dependencies
run: npm i
- name: preBuild
run: npm run prebuild
- name: Build
run: npm run build:prod
- name: postBuild
run: npm run postbuild
- name: copy views to be deployed
run: |
cp -R views/ dist/
Expand Down

0 comments on commit d51e1ff

Please sign in to comment.