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 5539e15 commit e3149e4Copy full SHA for e3149e4
README.md
@@ -57,6 +57,7 @@ Licensed under the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
57
58
1. Fork the repo
59
1. `npm install`
60
+1. `npm run prepare-development`
61
1. `npm run test:watch`
62
1. Make your changes, add your tests
63
1. `npm run build`
package.json
@@ -13,7 +13,7 @@
13
"watch": "webpack-dev-server --host 0.0.0.0",
14
"build": "webpack",
15
"lint": "tslint ./source/*.ts",
16
- "postinstall": "typings install"
+ "prepare-development": "typings install"
17
},
18
"author": "Oleksandr Beshchuk <[email protected]>",
19
"license": "Apache-2.0",
0 commit comments