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 + 7ef0d7b commit af60823
Showing 1 changed file with 1 addition and 1 deletion.
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 && bash test/bun-setup.sh",
"prepublishOnly": "npm run build",
"prettier": "prettier . --check",
"test": "mocha test test/package-managers/*",
Expand Down

0 comments on commit af60823

Please sign in to comment.