this repo has no description
0
fork

Configure Feed

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

fix script order

+2 -2
+2 -2
package.json
··· 29 29 "lint:check": "npm run _eslint", 30 30 "lint:fix": "npm run _eslint -- --fix", 31 31 "prepack": "npm run build", 32 - "quality:check": "npm run format:check && npm run lint:check && npm run unused:check", 33 - "quality:fix": "npm run format:fix && npm run lint:fix && npm run unused:fix", 32 + "quality:check": "npm run lint:check && npm run format:check && npm run unused:check", 33 + "quality:fix": "npm run lint:fix && npm run format:fix && npm run unused:fix", 34 34 "test": "node --experimental-test-module-mocks --test", 35 35 "test:coverage": "node --experimental-test-coverage --experimental-test-module-mocks --test", 36 36 "unused:check": "npm run _knip",