Skip to content
Snippets Groups Projects
Commit 58fa54a9 authored by syuilo's avatar syuilo
Browse files

Update dev.js

parent efe62eb3
No related branches found
No related tags found
No related merge requests found
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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment