Skip to content

Commit

Permalink
✨ feat: build:measure 스크립트 추가 #303
Browse files Browse the repository at this point in the history
  • Loading branch information
kihyeoon committed Apr 10, 2023
1 parent c89c07b commit 2c97eac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"scripts": {
"start": "craco start",
"build": "craco build",
"build:measure": "time npm run build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint ./src/**/*.{ts,tsx}",
Expand Down

0 comments on commit 2c97eac

Please sign in to comment.