Skip to content

Commit f60939c

Browse files
committed
chore(package.json): update scripts
1 parent 58ca537 commit f60939c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ cypress/support/*
55
lib/*
66
node_modules/*
77
**/node_modules/*
8+
/example

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,12 @@
4949
"watch": "preconstruct watch",
5050
"prettier:check": "prettier --check .",
5151
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
52-
"start:test": "cd docs && yarn start:test",
5352
"test": "yarn test:jest",
5453
"test:jest": "jest --coverage",
5554
"e2e": "concurrently --kill-others --success=first --names 'SERVER,E2E' 'yarn start:test' 'yarn test:cypress'",
5655
"type-check": "tsc --build packages/react-toggle-file-tree/tsconfig.json",
57-
"precommit": "yarn run type-check",
58-
"postinstall": "preconstruct dev && manypkg check",
56+
"precommit": "yarn run type-check & yarn lint & yarn test",
57+
"postinstall": "preconstruct dev",
5958
"version": "changeset && changeset version",
6059
"release": "yarn test && yarn build && changeset publish"
6160
},

0 commit comments

Comments
 (0)