Skip to content

Commit

Permalink
updates package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandomuzaber committed Dec 17, 2023
1 parent eb219c2 commit f1ec98d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"dev": "nodemon .",
"build": "esbuild src outdir=dist"
"build": "esbuild src --outdir dist --omit=dev"
},
"engines": {
"node": "18.x"
Expand Down Expand Up @@ -53,7 +53,6 @@
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5"
"@babel/core": "^7.23.5"
}
}
}

0 comments on commit f1ec98d

Please sign in to comment.