Skip to content

Commit

Permalink
feat: update index and README
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Aug 20, 2023
1 parent c991975 commit 01bb46d
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 180 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Below is an example of how you can integrate Svelte Lib Helpers subcommands into
"add-docs": "svelte-lib-helpers docs",
"gen-props": "svelte-lib-helpers props",
"copy-package": "svelte-lib-helpers package",
"lib-helpers": "npm run add-docs && npm run gen-props && npm run build && npx svelte-lib-helpers exports && npm run copy-package"
"lib-helpers": "npm run add-docs && npm run gen-props && npm run build && npm run add-exports && npm run copy-package"
// ...
}
```
Expand Down

0 comments on commit 01bb46d

Please sign in to comment.