Skip to content

Commit

Permalink
fix: vsce publish didn't rebuild the extension #19
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel committed Feb 14, 2022
1 parent f3cf68d commit 47eb0c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.3.10

- Fixed: `vsce publish` didn't rebuild the extension #19

# 1.3.9

- Fixed: accidentially always added `--header "// Created {created}"` #19
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "git",
"url": "https://github.com/vknabel/vscode-swiftformat"
},
"version": "1.3.9",
"version": "1.3.10",
"license": "MIT",
"author": {
"name": "Valentin Knabel",
Expand Down Expand Up @@ -91,6 +91,7 @@
}
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"format": "prettier --write ./*.json ./**/*.ts"
},
Expand Down

0 comments on commit 47eb0c1

Please sign in to comment.