Skip to content

Commit

Permalink
fix: files in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Nov 19, 2024
1 parent c67aad8 commit 1deb8b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
"node": ">=22.0.0",
"npm": ">=9.0.0"
},
"files": [
"build"
],
"scripts": {
"start": "npm run dev",
"dev": "chokidar \"v2\" \"shared\" 'debugger' \"schema/*.json\" -c \"npm run build.debug\" --initial \"npm run build.debug\"",
Expand Down

0 comments on commit 1deb8b4

Please sign in to comment.