Skip to content

Commit

Permalink
ci: fail if no build files are detected
Browse files Browse the repository at this point in the history
  • Loading branch information
pk5ls20 committed Nov 20, 2024
1 parent 0fe07f1 commit c20a5d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
node-version: 20.x
- name: Build NapCat.Framework
run: |
export PATH=./node_modules/.bin:$PATH
npm i && cd napcat.webui && npm i && cd ..
ls -la ./node_modules/.bin
which npm
npm -v
npm run build:framework && npm run depend
Expand Down

0 comments on commit c20a5d0

Please sign in to comment.