Skip to content

Commit

Permalink
other(scripts): add test script
Browse files Browse the repository at this point in the history
  • Loading branch information
phatpham9 committed Mar 9, 2018
1 parent 6b96eed commit 43c38fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/gorillab/create-micro.git"
"url": "https://github.com/gorillab/create-micro.git"
},
"engines": {
"node": ">=9"
Expand Down Expand Up @@ -44,6 +44,7 @@
"scripts": {
"test:rm": "rm -rf test",
"test:gen": "bin/index.js -n test",
"test:start": "cd test && yarn start"
"test:start": "cd test && yarn start",
"test": "yarn test:rm && yarn test:gen && yarn test:start"
}
}

0 comments on commit 43c38fe

Please sign in to comment.