mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
11 lines
188 B
YAML
11 lines
188 B
YAML
language: node_js
|
|
node_js:
|
|
- 14
|
|
script:
|
|
- npm run setup
|
|
- npm start @nativescript.core.test
|
|
- npm start @nativescript.core.build
|
|
|
|
# public API changes check
|
|
# - npm run api-extractor-ci
|