Skip to content

Commit

Permalink
ci: 🐛 fixed publish error.
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho committed Aug 29, 2024
1 parent 4c749f5 commit ec9b941
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 @@ -44,7 +44,7 @@
"vscode:prepublish": "npm run compile",
"build:xclip": "cd xclip && npm run build && npm run test",
"prettier": "npx prettier -w .",
"compile": "npm run lint && tsc -p ./",
"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",
"lint": "eslint src --ext ts",
Expand Down

0 comments on commit ec9b941

Please sign in to comment.