Skip to content

Commit

Permalink
ci: before testing must build & test xclip first
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho committed Aug 19, 2024
1 parent 5e3185a commit bc2d1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"scripts": {
"publish": "npx vsce publish",
"vscode:prepublish": "npm run compile",
"build:xclip": "cd xclip && npm run build",
"build:xclip": "cd xclip && npm run build && npm run test",
"prettier": "npx prettier -w .",
"compile": "npm run lint && tsc -p ./",
"watch": "tsc -watch -p ./",
Expand Down

0 comments on commit bc2d1ce

Please sign in to comment.