Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
ci: fix vscode extension release (#101)
Browse files Browse the repository at this point in the history

Co-authored-by: hoonoh <[email protected]>
  • Loading branch information
hoonoh and hoonoh authored Nov 22, 2021
1 parent f65aac8 commit 98400f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/vscode-slonik-live-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
"release": "yarn semantic-release",
"postinstall": "yarn build",
"build": "rimraf dist && tsc -p tsconfig.build.json",
"vscode:prepublish": "npm install --no-save && npm run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./"
"vscode:prepublish": "rimraf node_modules && npm install --no-save && npm run build && find node_modules -maxdepth 1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 98400f3

Please sign in to comment.