mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
10 lines
158 B
YAML
10 lines
158 B
YAML
language: node_js
|
|
node_js:
|
|
- '6'
|
|
before_script:
|
|
- npm install -g grunt-cli
|
|
- npm install
|
|
script:
|
|
- grunt default
|
|
- (cd tns-platform-declarations && npm pack)
|