Skip to content

Commit baffe39

Browse files
committed
changed to add typings install on build script
1 parent a80f466 commit baffe39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "src/java_process.ts"
88
},
99
"scripts": {
10-
"build": "tsc",
10+
"build": "typings install && tsc",
1111
"jasmine": "jasmine",
1212
"test": "npm run build && istanbul cover --include-all-sources jasmine && npm run remap-cov",
1313
"build_test": "npm run build && npm run test",

0 commit comments

Comments
 (0)