Skip to content

Commit

Permalink
fix ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
LabhanshAgrawal committed May 1, 2020
1 parent 195bce0 commit ad9aabb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/xterm-addon-ligatures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"types": "typings/xterm-addon-ligatures.d.ts",
"scripts": {
"prepare": "node bin/download-fonts.js",
"build": "../../node_modules/.bin/tsc -p src",
"watch": "../../node_modules/.bin/tsc -w -p src",
"build": "tsc -p src",
"watch": "tsc -w -p src",
"prepackage": "npm run build",
"package": "../../node_modules/.bin/webpack",
"package": "webpack",
"pretest": "npm run build",
"test": "nyc mocha out/**/*.test.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
Expand Down

0 comments on commit ad9aabb

Please sign in to comment.