Skip to content

Commit

Permalink
change: build without documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JiPaix authored Aug 24, 2021
1 parent 6fb20aa commit a38144c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Running build
run: npm install && npm run build
- name: Running build without doc
run: |
npm install
node ./node_modules/ts-node/dist/bin.js ./build/copyfiles.ts
node ./node_modules/typescript/bin/tsc
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit a38144c

Please sign in to comment.