Skip to content

Commit 3ca94df

Browse files
Ensure pre-publish script passing
transpolar is returning error partly because of implementation and partly because of typescript regression see microsoft/TypeScript#2953
1 parent ac21bb1 commit 3ca94df

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
@@ -16,7 +16,7 @@
1616
"typescript": "1.5.0-beta"
1717
},
1818
"scripts": {
19-
"prepublish": "tsc index.ts",
19+
"prepublish": "tsc index.ts;echo",
2020
"pretest": "broccoli build tmp/test && tsc index.ts --out tmp/test/index-tsc.js;echo",
2121
"test": "diff tmp/test/index-tsc.js tmp/test/index.js",
2222
"posttest": "rimraf tmp/test"

0 commit comments

Comments
 (0)