Skip to content

Commit

Permalink
i -> install
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed May 16, 2024
1 parent 2b826c2 commit 8e40da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ async function buildTintD() {
async function packageExtension(target) {
try {
process.chdir(buildPath);
await execute('npm', ['i']);
await execute('npm', ['install']);
await execute(`${cwd}/node_modules/.bin/vsce`, [
'package',
'--allow-star-activation',
Expand Down

0 comments on commit 8e40da2

Please sign in to comment.