Skip to content

Commit

Permalink
ci: add just another script
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Dec 14, 2021
1 parent 3dd02a6 commit d544207
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"dev": "start-storybook -p 6006",
"build:storybook": "build-storybook -o dist-storybook",
"export:types": "tsc",
"export:docs": "find ./lib -name '*.mdx' -exec cp -prv '{}' './dist' ';' && node ./scripts/parseDocs.js && cp ./docs.json ./dist/docs.json && ls -la ./dist"
"export:docs": "find ./lib -name '*.mdx' -exec cp -prv '{}' './dist' ';' && node ./scripts/parseDocs.js && cp ./docs.json ./dist/docs.json && ls -la ./dist",
"deploy:docs": "cd ../ && cd docs && yarn deploy"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
Expand Down

1 comment on commit d544207

@vercel
Copy link

@vercel vercel bot commented on d544207 Dec 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.