OCram85
90d886fb3b
All checks were successful
#### 📖 Summary <!-- Provide a summary of your changes. Describe the why and not how. --> #### 📑 Test Plan > 💡 Select your test plan for the code changes. - [ ] Tested via CI pipeline - [ ] Custom test - [ ] No test plan ##### Details / Justification <!-- Add your test details or justification for missing tests here. --> #### 📚 Additional Notes <!-- A place for additional detail notes. --> Reviewed-on: #30
8 lines
128 B
YAML
8 lines
128 B
YAML
pipeline:
|
|
buildy:
|
|
image: node:18.12.0-buster
|
|
commands:
|
|
- npm install
|
|
- npm run test
|
|
- npm run build
|