Skip to content

Commit

Permalink
Fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeche committed Sep 23, 2024
1 parent 1fe172a commit 3a3ce45
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 @@ -15,7 +15,7 @@
"watch": "rollup -wc",
"test": "tsx --test ./test/*.ts",
"clean": "rimraf ./dist",
"prepare": "npm run clean && lerna run build && lerna run test"
"prepare": "npm run clean && npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3a3ce45

Please sign in to comment.