Skip to content

Commit

Permalink
fix: cli
Browse files Browse the repository at this point in the history
  • Loading branch information
tiavina-mika committed Jun 13, 2024
1 parent cda0fe7 commit 79c6c3e
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 @@ -57,7 +57,7 @@
"md-link:check": "markdown-link-check -v -p README.md -v -p CONTRIBUTING.md -v -p .github/**/*.md -c .markdown-link-check-config.json",
"spell:check": "cspell \"{README.md,CONTRIBUTING.md,.github/*.md}\"",
"visualize": "npx vite-bundle-visualizer",
"publish": "yarn build && yarn npm publish && yarn example",
"publish": "yarn build && yarn npm publish",
"copy-files": "copyfiles -u 1 src/*.css dist/",
"copy-files-esm": "copyfiles -u 1 src/*.css dist/esm",
"clean-cache": "yarn cache clean --all",
Expand Down

0 comments on commit 79c6c3e

Please sign in to comment.