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 bccb787 commit d4fdbf0Copy full SHA for d4fdbf0
package.json
@@ -14,6 +14,7 @@
14
"build": "gulp build",
15
"start": "http-server ./demo",
16
"prestart": "cd demo && npm install",
17
+ "pretest": "typings install && gulp build",
18
"test": "gulp test",
19
"gulp": "gulp",
20
"typings": "typings"
0 commit comments