We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093b82f commit b2367f2Copy full SHA for b2367f2
.travis.yml
@@ -2,7 +2,7 @@ language: node_js
2
node_js:
3
- '4.4'
4
before_script:
5
- - npm install
+ - npm run contrib
6
script: gulp test
7
after_success:
8
- .travis/push.sh
package.json
@@ -8,9 +8,9 @@
"test": "test"
9
},
10
"scripts": {
11
+ "build": "gulp build",
12
"test": "gulp test",
- "preinstall": "npm install -g typings",
13
- "postinstall": "typings install"
+ "contrib": "typings install && npm run build"
14
15
"keywords": [
16
"microsoft",
@@ -53,6 +53,7 @@
53
"run-sequence": "^1.1.5",
54
"ts-loader": "^0.8.1",
55
"tslint": "^3.6.0",
56
+ "typings": "^1.3.2",
57
"webpack": "^1.12.14",
58
"webpack-stream": "^3.1.0",
59
"yargs": "^4.4.0"
0 commit comments