Skip to content

Commit

Permalink
ci: Fixed build xclip error
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho committed Aug 29, 2024
1 parent ec9b941 commit caeb1af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@
"scripts": {
"publish": "npx vsce publish",
"vscode:prepublish": "npm run compile",
"build:xclip": "cd xclip && npm run build && npm run test",
"test:xclip": "cd xclip && npm run build && npm run test",
"build:xclip": "cd xclip && npm run build",
"prettier": "npx prettier -w .",
"compile": "npm run build:xclip && npm run lint && tsc -p ./",
"watch": "tsc -watch -p ./",
"pretest": "npm run build:xclip && rimraf ./out_test && npm run prettier && npm run lint && tsc --project ./ts-test.json && cpx \"./res/**/*\" \"./out_test/res\" --clean",
"pretest": "npm run test:xclip && rimraf ./out_test && npm run prettier && npm run lint && tsc --project ./ts-test.json && cpx \"./res/**/*\" \"./out_test/res\" --clean",
"lint": "eslint src --ext ts",
"test": "node ./out_test/test/runTest.js",
"dev:preinstall": "npx vsce package",
Expand Down

0 comments on commit caeb1af

Please sign in to comment.