Skip to content

Commit

Permalink
ci: fixed publis extension error
Browse files Browse the repository at this point in the history
  • Loading branch information
telesoho committed Aug 29, 2024
1 parent 44240b5 commit 453613f
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 @@ -45,7 +45,7 @@
"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 ./",
"compile": "npm run build:xclip && tsc -p ./",
"watch": "tsc -watch -p ./",
"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",
Expand Down

0 comments on commit 453613f

Please sign in to comment.