Skip to content

Commit

Permalink
added a build command
Browse files Browse the repository at this point in the history
  • Loading branch information
shahata committed Sep 17, 2022
1 parent e701499 commit b2db0c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"scripts": {
"prepare": "husky install",
"lint": "eslint . && npm run lint --workspaces --if-present",
"test": "npm run test --workspaces --if-present"
"test": "npm run test --workspaces --if-present",
"build": "npm run build --workspaces --if-present"
},
"devDependencies": {
"eslint": "^8.3.0",
Expand Down
1 change: 1 addition & 0 deletions packages/vscode-import-cost/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
},
"scripts": {
"pretest": "webpack -c ./webpack.browser.js && webpack -c ./webpack.electron.js",
"build": "npm run pretest && vsce package --no-dependencies",
"test": "node ./test/index.js"
},
"devDependencies": {
Expand Down

0 comments on commit b2db0c2

Please sign in to comment.