Skip to content

Commit

Permalink
chore: package.json cleanup (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski authored Aug 16, 2024
1 parent 38bceed commit 4c1f6cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,13 @@
"clean": "del build",
"test": "jest",
"test:ci": "jest --maxWorkers=2 --collectCoverage=true --coverage-provider=v8",
"test:react-17": "scripts/test_react_17",
"typecheck": "tsc",
"flow": "flow",
"copy-flowtypes": "cp typings/index.flow.js build",
"lint": "eslint src --cache",
"validate": "yarn lint && yarn typecheck && yarn test",
"build:js": "babel src --out-dir build --extensions \".js,.ts,.jsx,.tsx\" --source-maps --ignore \"**/__tests__/**\"",
"build:js:watch": "yarn build:js --watch",
"build:ts": "tsc --build tsconfig.release.json",
"build:ts:watch": "yarn build:ts --watch --preserveWatchOutput",
"build": "yarn clean && yarn build:js && yarn build:ts && yarn copy-flowtypes",
"prepare": "yarn build",
"prepublish": "yarn build",
"publish": "release-it"
},
Expand Down
12 changes: 0 additions & 12 deletions scripts/test_react_17

This file was deleted.

0 comments on commit 4c1f6cd

Please sign in to comment.