We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90fa678 + 9565995 commit e93c529Copy full SHA for e93c529
.github/workflows/test.workflow.yml
@@ -41,4 +41,5 @@ jobs:
41
timeout-minutes: 5
42
run: |
43
npm run build
44
+ npm run lint
45
npm test
package.json
@@ -18,6 +18,7 @@
18
"scripts": {
19
"test": "DEBUG=true npm run test --workspaces --if-present",
20
"build": "npm run build --workspaces --if-present",
21
+ "lint": "npm run lint --workspaces --if-present",
22
"prettier-check": "npx prettier@2 --check \"packages/**/*.ts\"",
23
"prettier-fix": "npx prettier@2 --write \"packages/**/*.ts\"",
24
"ncu": "npm exec --workspaces -- npx npm-check-updates@12",
0 commit comments