Skip to content

Commit

Permalink
Added build step
Browse files Browse the repository at this point in the history
  • Loading branch information
cmraible committed Dec 12, 2023
1 parent 6f26e50 commit 4f8a34c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-theme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: yarn install
- run: yarn build
- run: yarn test:ci
- name: Deploy Ghost Theme
uses: TryGhost/action-deploy-theme@v1
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"test": "gscan .",
"test:ci": "gscan --fatal --verbose .",
"pretest": "gulp build",
"build": "gulp build --production",
"preship": "yarn test",
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; fi"
},
Expand Down

0 comments on commit 4f8a34c

Please sign in to comment.