Skip to content

Commit 1a0a56c

Browse files
authored
Merge pull request #3100 from Tyriar/fix_build
Fix publish build
2 parents 6e9040e + 055267e commit 1a0a56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/xterm-addon-webgl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"repository": "https://github.com/xtermjs/xterm.js",
1111
"license": "MIT",
1212
"scripts": {
13-
"build": "../../node_modules/.bin/tsc -p tsconfig.all.json",
13+
"build": "../../node_modules/.bin/tsc -p .",
1414
"prepackage": "npm run build",
1515
"package": "../../node_modules/.bin/webpack",
1616
"prepublishOnly": "npm run package"

0 commit comments

Comments
 (0)