Skip to content

Commit

Permalink
Merge pull request #153 from hypersign-protocol/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
varsha766 authored Feb 17, 2023
2 parents 9a338ce + 1cdcb0e commit 9d91272
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/build-server.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Studio Server Build Workflow

on:
pull_request:

jobs:
build-studio-server:
runs-on: ubuntu-latest
steps:
- name: Checkout into repo
uses: actions/checkout@v2
with:
persist-credentials: false

- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: 14

- name: Build Studio Server
run: cd server && npm i && npm run build

0 comments on commit 9d91272

Please sign in to comment.