13 lines
106 B
YAML
13 lines
106 B
YAML
language: node_js
|
|
|
|
node_js:
|
|
- "node"
|
|
|
|
branches:
|
|
only:
|
|
- next
|
|
|
|
script:
|
|
- npm i
|
|
- npm run build
|