Skip to content

Commit

Permalink
Copy files as well
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 24, 2018
1 parent 286fc9d commit ebacda7
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 @@ -38,7 +38,7 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"compile-components": "./node_modules/\\@babel/cli/bin/babel.js src/components --out-dir components --presets=@babel/env,@babel/react --plugins=@babel/plugin-proposal-class-properties",
"compile-components": "./node_modules/\\@babel/cli/bin/babel.js src/components --out-dir components --presets=@babel/env,@babel/react --plugins=@babel/plugin-proposal-class-properties --copy-files",
"build-resources": "gulp build-resources",
"build-exports": "gulp build-exports"
},
Expand Down

0 comments on commit ebacda7

Please sign in to comment.