Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit f8a86a7

Browse files
committed
Add test script and rename build to start
1 parent 7080828 commit f8a86a7

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ cache:
77
- bower_components
88
- node_modules
99
sudo: false
10-
11-
script: npm run build

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ $ npm install
125125

126126
[Node.js]: https://nodejs.org/
127127

128+
### Build
129+
130+
Execute the default build task with
131+
132+
```
133+
$ npm start
134+
```
135+
128136
### Grunt
129137

130138
Optionally, you may run additional development tasks with [Grunt].

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
],
1717
"scripts": {
1818
"install": "bower install",
19-
"build": "grunt"
19+
"start": "grunt",
20+
"test": "grunt"
2021
},
2122
"files": [
2223
"javascripts"

0 commit comments

Comments
 (0)