Skip to content

Commit

Permalink
Remove prepare from package.json - shared package
Browse files Browse the repository at this point in the history
  • Loading branch information
mit-27 committed Apr 16, 2024
1 parent 0a09716 commit e089fdd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"scripts": {
"start:dev": "tsc -w",
"build": "tsc",
"prepare": "npm run build",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json -c tslint.json",
"test": "jest",
Expand Down

0 comments on commit e089fdd

Please sign in to comment.