this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

prepare → prepack

+1 -1
+1 -1
package.json
··· 33 33 "format:fix": "npm run prettier -- --write", 34 34 "lint:check": "npm run eslint", 35 35 "lint:fix": "npm run eslint -- --fix", 36 - "prepare": "npm run build", 36 + "prepack": "npm run build", 37 37 "prettier": "prettier --cache .", 38 38 "quality:check": "npm run format:check && npm run lint:check && npm run types:check && npm run unused:check", 39 39 "quality:fix": "npm run format:fix && npm run lint:fix",