Skip to content

Commit

Permalink
add vscode prepublish command
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian committed Aug 26, 2024
1 parent 8af8739 commit c7a2f6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@
"test-cov": "c8 -r=lcov -r=html -r=json npm run test-unit",
"updateFont": "node ./build/updateFont.js",
"l10n": "vscode-l10n-dev export -o ./l10n ./src",
"build": "ncc build ./src/extension.js -o dist/ --license licenses.txt"
"build": "ncc build ./src/extension.js -o dist/ --license licenses.txt",
"vscode:prepublish": "npm run l10n && npm run build"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
Expand Down

0 comments on commit c7a2f6a

Please sign in to comment.