Skip to content

Commit

Permalink
adds package web script
Browse files Browse the repository at this point in the history
  • Loading branch information
isfopo committed Jul 6, 2024
1 parent 558ab3b commit 6b4c7cb
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 @@ -44,6 +44,7 @@
"vscode:prepublish": "npm run package-web",
"compile-web": "webpack",
"watch-web": "webpack --mode development --watch",
"package-web": "webpack --mode production",
"run-in-browser": "vscode-test-web --browserType=chromium --extensionDevelopmentPath=. ."
},
"devDependencies": {
Expand All @@ -65,4 +66,4 @@
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
}
}
}

0 comments on commit 6b4c7cb

Please sign in to comment.