Skip to content

Commit

Permalink
try to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lizzyTheLizard committed Mar 27, 2024
1 parent edecc61 commit ebe9eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"build": "tsc && cpy 'src/**/*.hbs' ../dist && cpy 'src/**/*.yaml' ../dist",
"check": "yarn run check:types && yarn run check:lint && yarn run check:test",
"check:lint": "eslint --fix src/**/*.ts",
"check:lint": "eslint src/**/*.ts",
"check:test": "jest src/**/*.spec.ts",
"check:types": "tsc --noEmit --skipLibCheck",
"lint": "eslint --fix src/**/*.ts",
Expand Down

0 comments on commit ebe9eb9

Please sign in to comment.