Skip to content

Commit

Permalink
fix: update folder
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Apr 24, 2020
1 parent 65ba4b8 commit 3078f29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ node_modules/
dist
.cache
.rpt2_cache
*.log
*.log
docs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"dev": "lerna run --parallel dev",
"examples:storybook-6": "cd examples/stprybook-6 && yarn build-storybook"
"examples:storybook-6": "cd examples/storybook-6 && yarn build-storybook"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,md,mdx}": [
Expand Down

0 comments on commit 3078f29

Please sign in to comment.