Skip to content

Commit

Permalink
fix: standard
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 26, 2024
1 parent 975bd0d commit f8d1a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"build-storybook": "NODE_ENV=production build-storybook",
"contributors": "(npx git-authors-cli && npx finepack && git add package.json && git commit -m 'build: contributors' --no-verify) || true",
"dev": "start-storybook -p 6006",
"lint": "standard-markdown && ts-standard src && standard stories",
"lint": "standard-markdown && ts-standard src && ts-standard stories",
"postrelease": "npm run release:tags && npm run release:github && (ci-publish || npm publish --access=public)",
"prebuild": "rm -rf dist",
"prepare": "npx simple-git-hooks",
Expand Down

0 comments on commit f8d1a32

Please sign in to comment.