Skip to content

Commit

Permalink
Re-enabled the react build now that it's working
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed Sep 13, 2023
1 parent a6c16a6 commit a836a9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-ppaas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: npm ci
- name: Run Lint
run: npm run linterror
# - name: Build Controller
# run: npm run build:react
- name: Build Controller
run: npm run build:react
- name: Run Tests
run: NODE_ENV=test npm test
2 changes: 1 addition & 1 deletion pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cd "$CWD"

npm ci
npm run linterror
# npm run build:react
npm run build:react
NODE_ENV=test npm test

cargo deny check --hide-inclusion-graph license sources advisories

0 comments on commit a836a9d

Please sign in to comment.