Skip to content

Commit

Permalink
fix: fix the package.json syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Powroznik committed Oct 24, 2024
1 parent c23117f commit 5927681
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": "pnpm build:clean && pnpm run build:types && node build.mjs"
},
"author": "Christopher Powroznik",
"license": "MIT",
Expand Down

0 comments on commit 5927681

Please sign in to comment.