mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 09:27:31 -07:00
Update dev.js
This commit is contained in:
parent
06180d1331
commit
3507c6c087
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
|||
const execa = require('execa');
|
||||
|
||||
(async () => {
|
||||
await execa('npm', ['run', 'clean'], {
|
||||
cwd: __dirname + '/../',
|
||||
stdout: process.stdout,
|
||||
stderr: process.stderr,
|
||||
});
|
||||
|
||||
execa('npx', ['gulp', 'watch'], {
|
||||
cwd: __dirname + '/../',
|
||||
stdout: process.stdout,
|
||||
|
|
Loading…
Reference in a new issue