Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
RonanCodes committed May 3, 2024
1 parent cefa14d commit fefd3a8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,29 @@ jobs:
node-version: 20

- name: Install Dependencies
run: npm ci
uses: chill-viking/npm-ci@latest
with:
working_directory: './npm-root-folder/'

- name: Lint
run: npm run lint

- name: Test
run: npm run ci:test

- name: Automated Version Bump
uses: phips28/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
# - name: Automated Version Bump
# uses: phips28/[email protected]
# env:
# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

- name: Build
run: npm run build:prod

- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: dist
path: dist/chuck-norris-joke-generator/browser
# - name: Upload Artifact
# uses: actions/upload-artifact@v2
# with:
# name: dist
# path: dist/chuck-norris-joke-generator/browser

- name: Deploy
uses: JamesIves/[email protected]
Expand Down
Binary file removed .nx/cache/18.3.4-nx.darwin-arm64.node
Binary file not shown.
Binary file removed .nx/cache/nx_files.nxt
Binary file not shown.

0 comments on commit fefd3a8

Please sign in to comment.