Skip to content

Commit b0ae165

Browse files
committed
Fixed fresh repo test run (CI)
1 parent 5959be5 commit b0ae165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"lint:format": "prettier --check \"{__tests__,src,type-definitions,website/src,perf,resources}/**/*{.js,.ts,.tsx,.flow,.css}\"",
6262
"lint:js": "eslint \"{__tests__,src,type-definitions,website/src}/**/*.{js,ts,tsx}\"",
6363
"type-check": "run-s type-check:*",
64-
"type-check:ts": "tsc --project type-definitions/tsconfig.json && tsc --project __tests__/tsconfig.json && tsd",
64+
"type-check:ts": "tsc --project type-definitions/tsconfig.json && tsc --project __tests__/tsconfig.json && cpy ./type-definitions/immutable.d.ts dist && tsd",
6565
"type-check:flow": "flow check type-definitions/flow-tests --include-warnings",
6666
"build": "run-s build:*",
6767
"build:clean": "rimraf dist",

0 commit comments

Comments
 (0)