Skip to content

Commit

Permalink
fix again and not in the wrong way
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamwasp authored Dec 13, 2024
1 parent c59fb2f commit 630e911
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 @@ -119,7 +119,7 @@
"build:graph": "nx graph",
"clean-builds": "nx run-many --target=clean --all",
"clear-modules": "yarn clean-builds && lerna clean -y && rm -rf node_modules",
"deploy": "cp -r ./dist/storybook/styleguide && gh-pages -b gh-pages -d dist",
"deploy": "cp -r ./dist/static/* ./dist/storybook/styleguide && gh-pages -b gh-pages -d dist",
"format": "yarn lint:fix && yarn prettier --write",
"format:verify": "yarn prettier --check",
"lint": "eslint --ignore-path .eslintignore \"./**/*.{mdx,js,ts,tsx,json}\" --max-warnings 0",
Expand Down

0 comments on commit 630e911

Please sign in to comment.