Hi,
If I have some additional actions after `npm run install`(postinstall), do I need to add it like additional step like:
- step:
script:
- *npmrc
- npm install
- npm postinstall
?
Thanks in advance
read this https://stackoverflow.com/a/19132229/3408246
I checked and it helps
I'm not sure about an answer but the question even helped me. I tried 'npm run postinstall' and found the issue in my own environment.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.