Skip to content

Commit

Permalink
feat(plasma-rsc): Configured package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shuga2704 committed Feb 13, 2024
1 parent 727b5df commit 80b706e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/plasma-rsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"build:next": "next build",
"start": "next start",
"lint": "next lint",
"build": "BABEL_ENV=esm rollup -c"
"build": "BABEL_ENV=esm rollup -c",
"prepare": "npm run build"
},
"dependencies": {
"@linaria/core": "5.0.2",
Expand Down

0 comments on commit 80b706e

Please sign in to comment.