Skip to content

Commit 4c1f6cd

Browse files
chore: package.json cleanup (#1648)
1 parent 38bceed commit 4c1f6cd

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

package.json

-5
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,13 @@
2626
"clean": "del build",
2727
"test": "jest",
2828
"test:ci": "jest --maxWorkers=2 --collectCoverage=true --coverage-provider=v8",
29-
"test:react-17": "scripts/test_react_17",
3029
"typecheck": "tsc",
31-
"flow": "flow",
3230
"copy-flowtypes": "cp typings/index.flow.js build",
3331
"lint": "eslint src --cache",
3432
"validate": "yarn lint && yarn typecheck && yarn test",
3533
"build:js": "babel src --out-dir build --extensions \".js,.ts,.jsx,.tsx\" --source-maps --ignore \"**/__tests__/**\"",
36-
"build:js:watch": "yarn build:js --watch",
3734
"build:ts": "tsc --build tsconfig.release.json",
38-
"build:ts:watch": "yarn build:ts --watch --preserveWatchOutput",
3935
"build": "yarn clean && yarn build:js && yarn build:ts && yarn copy-flowtypes",
40-
"prepare": "yarn build",
4136
"prepublish": "yarn build",
4237
"publish": "release-it"
4338
},

scripts/test_react_17

-12
This file was deleted.

0 commit comments

Comments
 (0)