Skip to content

Commit

Permalink
Fix build command in github action
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Richter <[email protected]>
  • Loading branch information
brianorwhatever committed Apr 8, 2024
1 parent 1628423 commit 34f5d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
npm install
node -e "require('./index')({ nowatch: true })"
node -e "require('spec-up')({ nowatch: true })"
rm -rf node_modules
- name: Deploy
Expand Down

0 comments on commit 34f5d76

Please sign in to comment.