Skip to content

Commit 0c34e6c

Browse files
committed
chore: update vendor-plugins script to specify npm registry for dependency installation
1 parent f3ef1cf commit 0c34e6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"format:write": "prettier --write .",
3030
"format:check": "prettier --check .",
3131
"lint": "eslint .",
32-
"vendor-plugins": "npm install --prefix dist --ignore-scripts --no-save moment@2.30.1 lodash@4.18.1 axios@1.14.0 @octokit/rest@20.1.1 @wasm-fmt/ruff_fmt@0.14.14",
32+
"vendor-plugins": "npm install --prefix dist --ignore-scripts --no-save --registry https://registry.npmjs.org moment@2.30.1 lodash@4.18.1 axios@1.14.0 @octokit/rest@20.1.1 @wasm-fmt/ruff_fmt@0.14.14",
3333
"package": "ncc build --minify src/index.ts -o dist --license licenses.txt --external @wasm-fmt/ruff_fmt --external isolated-vm && npm run vendor-plugins",
3434
"test": "jest",
3535
"all": "npm run format:write && npm run lint && npm run test && npm run package",

0 commit comments

Comments
 (0)