Installing with registry.npmjs

This commit is contained in:
a8trejo 2024-11-27 20:34:23 -08:00
parent d4f0d9f474
commit d317c21793
4 changed files with 5855 additions and 8086 deletions

2
.npmrc
View file

@ -1 +1 @@
registry=https://registry.npmjs.org/
registry=https://registry.npmjs.org/

6124
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -130,13 +130,11 @@
"scripts": {
"build": "npm run build:webview && npm run vsix",
"build:webview": "cd webview-ui && npm run build",
"co:login": ".github/scripts/codeartifact-login.sh",
"co:install": "npm run co:login && npm install",
"changeset": "changeset",
"check-types": "tsc --noEmit",
"compile": "npm run check-types && npm run lint && node esbuild.js",
"compile-tests": "tsc -p . --outDir out",
"install:all": "npm run co:install && cd webview-ui && npm install",
"install:all": "npm install && cd webview-ui && npm install",
"lint": "eslint src --ext ts",
"package": "npm run build:webview && npm run check-types && npm run lint && node esbuild.js --production",
"pretest": "npm run compile-tests && npm run compile && npm run lint",

File diff suppressed because it is too large Load diff