Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenwienk committed Apr 15, 2024
1 parent 77bf08f commit 5cd3bb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
node-version-file: '.nvmrc'
registry-url: 'https://npm.pkg.github.com'

- name: Install modules
run: npm clean-install --audit=false
env:
GITHUB_TOKEN: ${{ secrets.HOMEY_GITHUB_ACTIONS_BOT_PERSONAL_ACCESS_TOKEN }}

# Build
- name: Build
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lint": "eslint .",
"start": "nodemon --watch . --exec \"homey app run\"",
"serve": "concurrently \"serve -l 5000 build/\" \"npm run jsdoc:watch\"",
"build": "npm ci; npm run jsdoc:clean; npm run jsdoc;",
"build": "npm run jsdoc:clean; npm run jsdoc;",
"jsdoc": "jsdoc --configure ./docs/jsdoc.json;",
"jsdoc:clean": "rm -rf ./build",
"jsdoc:watch": "watch \"npm run jsdoc:clean && npm run jsdoc\" ./docs docs"
Expand Down

0 comments on commit 5cd3bb3

Please sign in to comment.