mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -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');
|
const execa = require('execa');
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
|
await execa('npm', ['run', 'clean'], {
|
||||||
|
cwd: __dirname + '/../',
|
||||||
|
stdout: process.stdout,
|
||||||
|
stderr: process.stderr,
|
||||||
|
});
|
||||||
|
|
||||||
execa('npx', ['gulp', 'watch'], {
|
execa('npx', ['gulp', 'watch'], {
|
||||||
cwd: __dirname + '/../',
|
cwd: __dirname + '/../',
|
||||||
stdout: process.stdout,
|
stdout: process.stdout,
|
||||||
|
|
Loading…
Reference in a new issue