Skip to content

Commit

Permalink
fix(cli-help): fix help command issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nurrony committed Dec 31, 2018
1 parent ab69082 commit 52d4780
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
#tests
test
coverage
.nyc-output
.nyc_output
.nyc-output/**

#build tools
.travis.yml
Expand All @@ -26,3 +27,4 @@ coverage
# non-dist-files
src
test
./help.txt
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"hlsdl": "bin/hlsdl.js"
},
"scripts": {
"build": "npm run clean && npm run compile",
"build": "npm run clean && npm run compile && npm run copy",
"clean": "rm -fr bin",
"copy": "cp -f ./help.txt bin/",
"code:quality": "npm run lint && npm run lint:fix && npm run build && npm run test",
"commit": "git-cz",
"compile": "babel src -d ./bin --no-comments --minified",
Expand Down

0 comments on commit 52d4780

Please sign in to comment.