deploy:test:
only:
- develop
script:
- whoami
- cd /var/www/design.system
- git fetch
- git reset --hard origin/develop
- export NVM_DIR="$HOME/.nvm" && . "$NVM_DIR/nvm.sh" --no-use
- nvm use v22.2.0
- npx yarn
- npx yarn build
- npx yarn build-storybook