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.
1 parent e935d2b commit 5b68e63Copy full SHA for 5b68e63
scripts/lint
@@ -8,7 +8,10 @@ echo "==> Running eslint"
8
./node_modules/.bin/eslint .
9
10
echo "==> Building"
11
-./scripts/build # also checks types
+./scripts/build
12
+
13
+echo "==> Checking types"
14
+./node_modules/typescript/bin/tsc
15
16
echo "==> Running Are The Types Wrong?"
17
./node_modules/.bin/attw --pack dist -f json >.attw.json || true
0 commit comments