Skip to content

Commit

Permalink
fix merge problems
Browse files Browse the repository at this point in the history
  • Loading branch information
tibuurcio committed Jan 29, 2024
1 parent 298946e commit 927e2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"build-dist": "sh ./scripts/build-dist.sh",
"build-storybook": "storybook build",
"lint": "concurrently \"eslint --ext .ts,.tsx \"src/**/*.{ts,tsx}\"\" \"stylelint \"**/*.css\"\"",
"lint:fix": "concurrently \"eslint --ext .ts,.tsx \"src/**/*.{ts,tsx}\" --quiet --fix\" \"stylelint \"**/*.css\" --fix\""
"lint:fix": "concurrently \"eslint --ext .ts,.tsx \"src/**/*.{ts,tsx}\" --quiet --fix\" \"stylelint \"**/*.css\" --fix\"",
"tokens-to-css": "npx style-dictionary build --config ./style-dictionary.json"
},
"lint-staged": {
Expand All @@ -92,4 +92,4 @@
"prettier --write"
]
}
}
}

0 comments on commit 927e2fe

Please sign in to comment.