Skip to content

Commit

Permalink
fix: fix broken script with call to different package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Powroznik committed Oct 24, 2024
1 parent 8af1181 commit 16ea407
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 @@ -13,7 +13,7 @@
"test:coverage": "c8 mocha --config .mocharc.json --reporter=spec",
"build:clean": "rm -rf dist",
"build:types": "tsc --emitDeclarationOnly && tsc-alias",
"build": "pnpm build:clean && pnpm run build:types && node build.mjs"
"build": "npm run build:clean && npm run build:types && node build.mjs"
},
"author": "Christopher Powroznik",
"license": "MIT",
Expand Down

0 comments on commit 16ea407

Please sign in to comment.