Skip to content

Commit 40f74b1

Browse files
author
fidgetingbits
committed
Address review comments
1 parent b1b5638 commit 40f74b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
buildPhase = ''
2727
# yarn tries to create a .yarn file in $HOME. There's probably a
28-
# better way to fix this but setting HOME to TMPDIR works for now.
28+
# better way to fix this but setting HOME to cwd works for now.
2929
export HOME="."
3030
yarn --offline run compile
3131
# non-existent symlink errors during packaging

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@
127127
"glob": "^7.1.6",
128128
"mocha": "^8.1.3",
129129
"typescript": "^4.1.2",
130-
"vscode-test": "^1.4.1"
130+
"vscode-test": "^1.4.1",
131+
"vsce": "^2.15.0"
131132
},
132133
"dependencies": {
133134
"minimatch": "^3.0.4",
134-
"rimraf": "^3.0.2",
135-
"vsce": "^2.15.0"
135+
"rimraf": "^3.0.2"
136136
}
137137
}

0 commit comments

Comments
 (0)