Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
prepare size-check
  • Loading branch information
epreston committed Jul 28, 2023
1 parent cf7cdf2 commit 22497c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/size-check/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"private": true,
"type": "module",
"name": "@renderlayer/size-check",
"version": "0.0.1",
"scripts": {
"build": "vite build"
"build": "vite build --emptyOutDir"
},
"dependencies": {
"renderlayer": "file:../../packages/renderlayer"
Expand Down

0 comments on commit 22497c1

Please sign in to comment.