You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@
19
19
"test:packages": "cd packages && run test",
20
20
"lint:packages": "cd packages && run lint",
21
21
"unit:packages": "cd packages && run unit",
22
-
"check-types:meteor": "cd meteor && run check-types",
22
+
"check-types": "cd packages && run build",
23
23
"test:meteor": "cd meteor && run test",
24
24
"lint:meteor": "cd meteor && yarn lint",
25
25
"unit:meteor": "cd meteor && yarn unit",
@@ -33,7 +33,7 @@
33
33
"meteor": "cd meteor && meteor",
34
34
"docs:serve": "cd packages && run docs:serve",
35
35
"reset": "node scripts/reset.mjs",
36
-
"test-all": "yarn install && run install-and-build && run check-types:meteor && run lint:packages && run lint:meteor && run test:packages && run test:meteor"
36
+
"test-all": "yarn install && run install-and-build && run check-types && run lint:packages && run lint:meteor && run test:packages && run test:meteor"
0 commit comments