Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
feat(template) use npm test/build as alias
Browse files Browse the repository at this point in the history
It's better in travis or other ci system
  • Loading branch information
popomore committed Jan 7, 2015
1 parent 14f5129 commit fe8f27d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,12 @@
"devDependencies": {
"expect.js": "0.3.1"
}
},
"devDependencies": {
"spm": "3"
},
"scripts": {
"test": "spm test",
"build": "spm build"
}
}

0 comments on commit fe8f27d

Please sign in to comment.