Skip to content

Commit

Permalink
fix(cli): fixes to new command (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldcaddy77 authored Aug 22, 2020
1 parent fe53769 commit f9f0d00
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 @@ -18,7 +18,7 @@
"url": "https://github.com/goldcaddy77"
},
"scripts": {
"build": "rm -rf ./dist && yarn tsc && copyfiles -u 1 src/cli/templates/**/*.ejs dist/cli/templates && cp package.json ./dist",
"build": "rm -rf ./dist && yarn tsc && copyfiles -u 1 src/cli/templates/**/*.ejs dist/",
"bootstrap": "./tools/bootstrap-all.sh",
"check:code": "tsc --noEmit && yarn lint && yarn prettify",
"circle:build": "rm ./tmp/circle.build.yml 2> /dev/null && circleci config process .circleci/config.yml > ./tmp/circle.build.yml && circleci local execute -c ./tmp/circle.build.yml --job build",
Expand Down

0 comments on commit f9f0d00

Please sign in to comment.