Skip to content

Commit

Permalink
chore(developer): update build script🗼
Browse files Browse the repository at this point in the history
- per code review

Fixes: #12789
  • Loading branch information
srl295 committed Dec 10, 2024
1 parent 97ff64c commit 3b36e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developer/src/vscode-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"watch": "tsc -watch -p ./",
"compile": "tsc -b ./",
"watch": "tsc -watch -b ./",
"pretest": "npm run compile && npm run lint",
"lint": "eslint src",
"test": "echo use 'ui-test' to run the test - TODO-LDML-EDITOR",
Expand Down

0 comments on commit 3b36e05

Please sign in to comment.