Skip to content

Commit

Permalink
fix: remove prepack
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafler committed Feb 1, 2023
1 parent 1fb8715 commit fa79717
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shelf/stylelint-config",
"version": "0.0.1",
"version": "0.0.2",
"description": "Shelf's reusable stylelint config. Covering CSS, SCSS, HTML, React inline styles, and Styled Components. Follows best practices and streamlines your development process.",
"keywords": [
"reusable stylelint config",
Expand Down Expand Up @@ -32,7 +32,6 @@
"scripts": {
"lint": "yarn lint:ci --fix",
"lint:ci": "eslint . --ext .js,.ts,.json",
"prepack": "yarn build",
"test": "TZ=UTC jest"
},
"lint-staged": {
Expand Down

0 comments on commit fa79717

Please sign in to comment.