我很想在一個命令中啟動 nodemon 和 watch:js 腳本?在一個腳本命令中運行兩個腳本 - 這可能嗎?找到的其他解決方案對我沒有用......// package.json"scripts": { "start": "nodemon server.js", "watch:js": "parcel watch ./public/js/index.js --out-dir ./public/js --out-file bundle.js" }
如何在一個命令中運行 nodemon 和 parcel watch
米脂
2023-02-24 16:22:20