Skip to content

Commit

Permalink
Remove test:coverage, prerelease, improve eslint (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyRoyt authored and shaharzil committed Mar 5, 2024
1 parent 4fec397 commit ae7c2b4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/vibe-storybook-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@
"start": "NODE_ENV=development yarn storybook",
"build": "NODE_ENV=production rollup -c",
"test": "jest",
"test:coverage": "jest --coverage --forceExit --colors",
"lint": "yarn eslint && yarn stylelint",
"lint:fix": "yarn eslint:fix && yarn stylelint:fix",
"eslint": "eslint . --ext .js,.jsx,.tsx,.ts",
"eslint:fix": "eslint . --ext .js,.jsx,.tsx,.ts --fix",
"eslint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\"",
"eslint:fix": "npm run eslint -- --fix",
"stylelint": "stylelint \"**/*.{css,scss,sass}\"",
"stylelint:fix": "stylelint \"**/*.{css,scss,sass}\" --fix",
"ci": "yarn install --no-lockfile",
"prerelease": "yarn lint:fix && yarn test:coverage",
"release": "./scripts/release.js",
"pre-release": "./scripts/prerelease.js",
"storybook": "storybook dev -p 7012",
Expand Down

0 comments on commit ae7c2b4

Please sign in to comment.