Skip to content

Commit

Permalink
Merge branch 'main' into pr/1345
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Dec 18, 2023
2 parents d4a56fd + 4ab2c9d commit 5809c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
script-shell = bash
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lint:lockfile": "lockfile-lint",
"lint:markdown": "markdownlint \"**/*.md\" --ignore node_modules --ignore build --config .markdownlint.js",
"lint:src": "eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore --report-unused-disable-directives .",
"prepare": "src/scripts/install-hooks && bash test/bun-setup.sh",
"prepare": "src/scripts/install-hooks && test/bun-setup.sh",
"prepublishOnly": "npm run build",
"prettier": "prettier . --check",
"test": "mocha test test/package-managers/*",
Expand Down

0 comments on commit 5809c98

Please sign in to comment.