Skip to content

Commit

Permalink
add install script
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl committed Jul 16, 2024
1 parent 29d1848 commit 186c28b
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 @@ -52,6 +52,7 @@
"deploy": "vsce publish",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(ts|json)\"",
"format-check": "prettier --ignore-path .gitignore --check \"**/*.+(ts|json)\"",
"install": "pip install -r requirements.txt --target bundled/libs",
"lint": "eslint src --ext ts",
"package": "webpack --mode production --devtool source-map --config ./webpack.config.js",
"pretest": "npm run compile-tests && npm run compile && npm run lint",
Expand Down

0 comments on commit 186c28b

Please sign in to comment.