Skip to content

Commit

Permalink
ci: build xclip while pretesting
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho committed Aug 19, 2024
1 parent 943e805 commit e08e7e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ node_modules
.vscode
.vscode-test
/tests/test-data/
/coverage/
/coverage/
/xclip/
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@
"scripts": {
"publish": "npx vsce publish",
"vscode:prepublish": "npm run compile",
"build:xclip": "cd xclip && npm run build",
"prettier": "npx prettier -w .",
"compile": "npm run lint && tsc -p ./",
"watch": "tsc -watch -p ./",
"pretest": "rimraf ./out_test && npm run prettier && npm run lint && tsc --project ./ts-test.json && cpx \"./res/**/*\" \"./out_test/res\" --clean",
"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",
"lint": "eslint src --ext ts",
"test": "node ./out_test/test/runTest.js",
"dev:preinstall": "npx vsce package",
Expand Down
2 changes: 1 addition & 1 deletion xclip
Submodule xclip updated from adcb21 to 3ddcf3

0 comments on commit e08e7e7

Please sign in to comment.