Skip to content

Commit

Permalink
ci: include build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Bro3Simon committed Nov 9, 2023
1 parent 2297d88 commit 2149bf1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ jobs:
- name: 🚚 Get Latest Code
uses: actions/checkout@v3

- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: "16"

- name: 🔨 Build Project
run: |
npm install
npm run build
- name: 📂 Sync Files
uses: SamKirkland/[email protected]
with:
Expand Down

0 comments on commit 2149bf1

Please sign in to comment.