我使用npm開始使用lint和單元測試用例,如果lint或測試用例失敗,npm不應該用api,但我無法做到。當lint或Unit testcase失敗時如何停止npm start?
這裏是我使用的代碼:
"scripts": {
"start": "gulp lint & npm test & node src/server/index.js",
"test": "mocha --timeout 10000"
},
請幫我,我必須爲它做,我搜索互聯網上還可以,但沒有得到妥善的解決辦法。
你在Windows或基於Unix的ENV? –
基於窗口的環境。 –