-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm run build如何同时添加多个命令 #360
Comments
看你的命令,似乎把 |
改成&&也不行,我想要在编译的同时把一个指定目录及其下面的内容原封不动的拷贝到dist目录下 |
那skr build后直接用cp命令就好了? |
前面加上 |
确实是其他问题引起的,谢谢用上面截图方式没有问题 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"build": "skr build --clean --build-target=stable & skr babel static --out-dir dist/static --copy --clean",
The text was updated successfully, but these errors were encountered: