Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Bashamega committed Aug 24, 2024
1 parent 74fe5e7 commit ba0c2d2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,9 @@
],
"scripts": {
"build": "rollup -c",
"build:storybook": "build-storybook",
"changeset": "changeset",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx",
"prepare": "husky install",
"release": "changeset publish",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
"test": "jest"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand Down

0 comments on commit ba0c2d2

Please sign in to comment.