Skip to content

Commit

Permalink
Running node
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsc0301 committed Jun 29, 2023
1 parent 65dc352 commit 322f9bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@ jobs:
node-version-file: '.nvmrc'

# Runs a single command using the runners shell
- name: Run a one-line script
- name: Build the project
run: npm install && npm run build

- name: Runs node
run: cd server && node index.js

0 comments on commit 322f9bd

Please sign in to comment.