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

Commit

Permalink
script: Change publishment script configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepbox8646 committed Jan 13, 2024
1 parent f5971e4 commit cd40b33
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@newcar/utils": "workspace:0.6.5"
},
"scripts": {
"publish": "pnpm publish"
"publish": "npm publish"
},
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.6.5",
"description": "The core of newcar.",
"scripts": {
"publish": "pnpm publish"
"publish": "npm publish"
},
"keywords": [
"animation"
Expand Down
2 changes: 1 addition & 1 deletion packages/mod-markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"marked": "^10.0.0"
},
"scripts": {
"publish": "pnpm publish"
"publish": "npm publish"
},
"exports": {
"types": "./dist/newcar-mod-markdown.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/newcar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"animation"
],
"scripts": {
"publish": "pnpm publish"
"publish": "npm publish"
},
"license": "Apache-2.0",
"types": "./dist/newcar.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/recorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"scripts": {
"publish": "pnpm publish"
"publish": "npm publish"
},
"types": "./dist/newcar-recorder.d.ts"
}
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
},
"scripts": {
"publish": "pnpm publish"
"publish": "npm publish"
},
"types": "./dist/newcar-utils.d.ts"
}

0 comments on commit cd40b33

Please sign in to comment.