Skip to content

Commit

Permalink
chore: add package task
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jan 10, 2025
1 parent e297955 commit 37e50ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"all": "run-s lint test",
"lint": "eslint .",
"vscode:prepublish": "npm run compile",
"package": "npx @vscode/vsce pack",
"compile": "run-s compile:clean compile:app compile:tests",
"compile:app": "rollup -c rollup.config.mjs",
"compile:tests": "tsc -p ./src/test",
Expand Down

0 comments on commit 37e50ea

Please sign in to comment.