Skip to content

Commit

Permalink
fix(build): update build script
Browse files Browse the repository at this point in the history
Add --copy-files option to build script to export SVGs folder
  • Loading branch information
amalv committed Nov 5, 2019
1 parent 57be1a3 commit 056f48f
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 @@ -30,7 +30,7 @@
"eslint": "eslint './src/**/*' --ext .ts,.tsx --fix",
"start": "react-scripts start",
"build": "build-storybook -o build && npm run build-package",
"build-package": "BABEL_ENV=production babel src --extensions \".ts,.tsx\" -d dist",
"build-package": "BABEL_ENV=production babel src -d dist --copy-files",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
Expand Down

1 comment on commit 056f48f

@amalv
Copy link
Collaborator Author

@amalv amalv commented on 056f48f Nov 5, 2019

Choose a reason for hiding this comment

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

Deploy preview for website ready!

Built with commit undefined

https://circleback-design-system-6vs4j7k7m.now.sh

Please sign in to comment.