How use different command npm:run? #3990
Unanswered
ZubikIT
asked this question in
Help needed
Replies: 1 comment
-
I I’m not sure what you mean by this but I think it’s a good idea to get it done and get it done in time so you don’t get a bunch more stress from it because it’s a little more than you think you need it and then you can get a new job and then you don’t need to do anything else but you can do it yourself so I think you should just go ahead and do it yourself because I don’t think it’s going to work that way because I don’t want you to be stressed and I don’t think you need me and I don’t want to be stressed about you to be stressed because you and I’m trying but you know that I just don’t think that I don’t know how much. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How use different command npm:run:dev and npm:run:prod for hosts: dev and prod?
hosts:
develop:
hostname: 'dev.com'
deploy_path: '{{base_deploy_path}}/app'
production:
hostname: 'prod.com'
deploy_path: '{{base_deploy_path}}/app'
tasks:
deploy:
- deploy:prepare
- deploy:vendors
- deploy:writable
- artisan:storage:link
- artisan:view:cache
- artisan:config:cache
- artisan:migrate
- npm:install
- deploy:publish
npm:run:develop:
- run: 'cd {{release_path}} && npm run develop'
npm:run:prod:
- run: 'cd {{release_path}} && npm run prod'
deploy:failed: deploy:unlock
Beta Was this translation helpful? Give feedback.
All reactions