Skip to content

Commit

Permalink
prettier 내 build script 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
youngseo-kangg committed Jan 22, 2025
1 parent aab36c3 commit 56a8816
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "common configuration for prettier",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "nanobundle build --root-dir=./"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 56a8816

Please sign in to comment.