mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
11 lines
162 B
YAML
11 lines
162 B
YAML
language: node_js
|
|
node_js:
|
|
- "node"
|
|
script:
|
|
- npm run setup
|
|
- nx run core:unit
|
|
- nx run core:build.npm
|
|
|
|
# public API changes check
|
|
# - npm run api-extractor-ci
|