mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-27 02:14:06 +01:00
24 lines
311 B
YAML
24 lines
311 B
YAML
sudo: false
|
|
|
|
language: node_js
|
|
|
|
node_js:
|
|
- "4"
|
|
|
|
addons:
|
|
apt:
|
|
sources:
|
|
- ubuntu-toolchain-r-test
|
|
packages:
|
|
- g++-4.8
|
|
|
|
install:
|
|
- npm config set spin false
|
|
- npm install -g npm@3
|
|
- npm install -g webpack
|
|
- npm install -g typescript
|
|
|
|
- npm install
|
|
|
|
script:
|
|
- npm run build:prod
|