Skip to content

Commit

Permalink
fix: trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
brotheroftux committed Jul 22, 2024
1 parent d624d4a commit 947a8e9
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 @@ -58,7 +58,7 @@
"_lint:prettier:fix": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'",
"_lint:styles": "stylelint src/**/*.scss",
"_lint:styles:fix": "npm run _lint:styles -- --fix",
"typecheck": "tsc --noEmit",
"typecheck": "tsc -p . --noEmit",
"test": "exit 0",
"dev": "run-s build _dev:watch",
"_dev:watch": "run-p _build:watch _storybook:watch",
Expand Down

0 comments on commit 947a8e9

Please sign in to comment.