From 186c28bcd367c0f94c71d7ffa1d1e1f709915c05 Mon Sep 17 00:00:00 2001 From: Alex Strick van Linschoten Date: Tue, 16 Jul 2024 21:29:00 +0200 Subject: [PATCH] add install script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 28c6b816..fb62b160 100644 --- a/package.json +++ b/package.json @@ -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",