Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,3 @@ { | ||
"description": "Type checker for the Python language", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -17,3 +17,3 @@ "author": { | ||
"scripts": { | ||
"postinstall": "cd server && npm install && cd ../client && npm install && cd ..", | ||
"install:all": "npm install && cd server && npm install && cd ../client && npm install && cd ..", | ||
"build": "npm run build:client && npm run build:server", | ||
@@ -24,3 +24,3 @@ "build:client": "cd client && npm run build && cd ..", | ||
"build:pyright": "cd server && npm run build:pyright && cd ..", | ||
"package": "npm run build && cd client && npx vsce package && cd .." | ||
"package": "npm run install:all && npm run build && cd client && npx vsce package && cd .." | ||
}, | ||
@@ -27,0 +27,0 @@ "devDependencies": { |
@@ -67,3 +67,3 @@ ![Pyright](/docs/img/PyrightLarge.png) | ||
2. Open terminal window in main directory of cloned source | ||
3. Execute `npm install` to download dependencies | ||
3. Execute `npm run install:all` to install dependencies | ||
4. Execute `npm run build` | ||
@@ -70,0 +70,0 @@ |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
2178138
0