Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed May 9, 2023
1 parent a88d1ac commit 52eea5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- '!dependabot/**'
- "!dependabot/**"
pull_request:
workflow_dispatch:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"scripts": {
"lint": "eslint -c .eslintrc.js --ext .ts .",
"prettier": "prettier --write \"**/*.{js,json,md,ts,yml}\"",
"test": "npm run prettier && npm run lint && cd htmlhint-server && npm run compile"
"test": "npm run prettier && npm run lint && cd htmlhint && npm i && cd ../htmlhint-server && npm i && npm run compile"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.5",
Expand Down

0 comments on commit 52eea5a

Please sign in to comment.