'webpack dev server callback in start script?
I have this dev script in my package.json where it build my app
"dev": "npm run build && webpack-dev-server"
but I want to update my yalc, I have this yalc push --changed --private, where can I run it after webpack-dev-server done building? I can't add it and the back of the script because it must be run after finished building
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
