Skip to content

Commit a5996bc

Browse files
committedFeb 15, 2025
sep dev and product
1 parent 7fc6193 commit a5996bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"run-pty": "^5.0.0"
1818
},
1919
"scripts": {
20-
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds",
20+
"build": "esbuild app/javascript/*.* --bundle --outdir=app/assets/builds",
2121
"build:css": "sass app/stylesheets:app/assets/builds --load-path=node_modules"
2222
}
2323
}

‎run-pty.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"defaultStatus": ["", "S"]
1515
},
1616
{
17-
"command": ["npm", "run", "build", "--", "--watch"],
17+
"command": ["npm", "run", "build", "--", "--sourcemap", "--watch"],
1818
"status": {
1919
"build finished": null
2020
},

0 commit comments

Comments
 (0)