We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ef1cf commit 0c34e6cCopy full SHA for 0c34e6c
1 file changed
package.json
@@ -29,7 +29,7 @@
29
"format:write": "prettier --write .",
30
"format:check": "prettier --check .",
31
"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",
+ "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",
33
"package": "ncc build --minify src/index.ts -o dist --license licenses.txt --external @wasm-fmt/ruff_fmt --external isolated-vm && npm run vendor-plugins",
34
"test": "jest",
35
"all": "npm run format:write && npm run lint && npm run test && npm run package",
0 commit comments