Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
eunjae-lee committed Aug 1, 2023
1 parent 00749f7 commit a22c015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/field-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"check:types": "tsc --noEmit",
"dev": "vite build --watch",
"test": "jest",
"build": "echo 'building the library' && rm -rf dist && vite build"
"build": "rm -rf dist && vite build"
},
"devDependencies": {
"@types/jest": "29.0.3",
Expand Down

0 comments on commit a22c015

Please sign in to comment.