Skip to content

Commit e3149e4

Browse files
committed
Postinstall 'typings install' removal.
1 parent 5539e15 commit e3149e4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Licensed under the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
5757

5858
1. Fork the repo
5959
1. `npm install`
60+
1. `npm run prepare-development`
6061
1. `npm run test:watch`
6162
1. Make your changes, add your tests
6263
1. `npm run build`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"watch": "webpack-dev-server --host 0.0.0.0",
1414
"build": "webpack",
1515
"lint": "tslint ./source/*.ts",
16-
"postinstall": "typings install"
16+
"prepare-development": "typings install"
1717
},
1818
"author": "Oleksandr Beshchuk <[email protected]>",
1919
"license": "Apache-2.0",

0 commit comments

Comments
 (0)