Skip to content

Commit 1c06344

Browse files
Update package.json
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 533c633 commit 1c06344

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
@@ -30,7 +30,7 @@
3030
"start": "node ./index.js",
3131
"package": "ncc build index.js -o dist",
3232
"test": "jest",
33-
"all": "pnpm run lint && pnpm run package && pnpm test",
33+
"all": "pnpm lint && pnpm package && pnpm test",
3434
"prepare": "husky"
3535
},
3636
"dependencies": {

0 commit comments

Comments
 (0)