Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
fix: Added prepack script
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyzwezdin committed Feb 4, 2024
1 parent d4c7bd8 commit b954eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rejs-swagger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "lib/index.d.ts",
"scripts": {
"build": "rollup -c",
"prepublish": "npm run build",
"prepack": "npm run build",
"lint": "eslint . --ext ts,tsx",
"format": "prettier --write \"**/*.ts*\""
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "lib/index.d.ts",
"scripts": {
"build": "rollup -c",
"prepublish": "npm run build",
"prepack": "npm run build",
"lint": "eslint . --ext ts,tsx",
"format": "prettier --write \"**/*.ts*\""
},
Expand Down

0 comments on commit b954eb9

Please sign in to comment.