Skip to content

Commit

Permalink
test(core): 🧪 fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnaveen committed Aug 9, 2024
1 parent e5bf890 commit 8f5a97e
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 @@ -10,7 +10,7 @@
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"test": "pnpm build && node ./test/index.js",
"test": "npm run build && node ./test/index.js",
"watch": "rollup -cw",
"commit": "gacp",
"clean:dist": "npm exec -- rimraf ./dist"
Expand Down

0 comments on commit 8f5a97e

Please sign in to comment.