Skip to content

Commit

Permalink
build: fix tsc project build
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jun 29, 2022
1 parent 677c4f1 commit 371ddf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -61,7 +61,7 @@
"build": "yarn workspaces foreach --exclude @saberhq/saber-common -ptv run build",
"clean": "yarn workspaces foreach --exclude @saberhq/saber-common -ptv run clean",
"publish:all": "yarn workspaces foreach --exclude @saberhq/saber-common -ptv npm publish",
"typecheck": "tsc",
"typecheck": "tsc --build",
"lint": "eslint . --cache",
"lint:fix": "eslint . --cache --fix",
"lint:ci": "eslint . --max-warnings=0",
Expand Down

0 comments on commit 371ddf8

Please sign in to comment.