From 055267ee9c51b141aa545cf44cf6db5e5e9ab374 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 15 Sep 2020 10:49:21 -0700 Subject: [PATCH] Fix publish build --- addons/xterm-addon-webgl/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/xterm-addon-webgl/package.json b/addons/xterm-addon-webgl/package.json index eb016d49..c0e91b37 100644 --- a/addons/xterm-addon-webgl/package.json +++ b/addons/xterm-addon-webgl/package.json @@ -10,7 +10,7 @@ "repository": "https://github.com/xtermjs/xterm.js", "license": "MIT", "scripts": { - "build": "../../node_modules/.bin/tsc -p tsconfig.all.json", + "build": "../../node_modules/.bin/tsc -p .", "prepackage": "npm run build", "package": "../../node_modules/.bin/webpack", "prepublishOnly": "npm run package"