Skip to content

Commit

Permalink
chore: disable website build after install (#4113)
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Nov 11, 2021
1 parent cee6137 commit ae130f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,7 +22,7 @@
"url": "https://github.com/typescript-eslint/typescript-eslint/issues"
},
"scripts": {
"build": "npx nx prebuild @typescript-eslint/types && nx run-many --target=build --all --parallel",
"build": "npx nx prebuild @typescript-eslint/types && nx run-many --target=build --all --parallel --exclude website",
"check-clean-workspace-after-install": "git diff --quiet --exit-code",
"check-configs": "nx run-many --target=check-configs --all --parallel",
"check-docs": "nx run-many --target=check-docs --all --parallel",
Expand Down

0 comments on commit ae130f1

Please sign in to comment.