Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
mrksbnc committed Aug 18, 2023
1 parent 5297d32 commit ef46329
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
insert_final_newline = false

[*.yml]
indent_size = 2
indent_style = space
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "vitest",
"storybook": "storybook dev -p 6006",
"release": "npm run build && npm publish && npm run deploy-storybook",
"pre-deploy": "storybook build",
"build-storybook": "storybook build",
"deploy-storybook": "gh-pages -d storybook-static"
},
"homepage": "http://mrksbnc.github.io/complib",
Expand Down

0 comments on commit ef46329

Please sign in to comment.