Skip to content

Commit 1038dcf

Browse files
committed
chore: add prepublish script
1 parent 9d9c0c5 commit 1038dcf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22

3-
before_script:
3+
before_install:
44
- npm install -g grunt-cli
55
- gem install sass
66

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "D3-based reusable chart library",
55
"main": "c3.js",
66
"scripts": {
7+
"prepublish": "grunt",
78
"lint": "grunt lint",
89
"test": "karma start karma.conf.js",
910
"codecov": "cat coverage/*/lcov.info | codecov"

0 commit comments

Comments
 (0)