Skip to content

Commit

Permalink
revert some change in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjae-lee committed Jul 3, 2024
1 parent de7471c commit dff8bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"scripts": {
"check:types": "tsc --noemit",
"lint": "eslint .",
"build": "rollup -c",
"build": "pnpm run check:types && rollup -c",
"start": "rollup -c -w",
"test": "jest"
},
Expand Down

0 comments on commit dff8bdf

Please sign in to comment.