22 lines
685 B
YAML
22 lines
685 B
YAML
machine:
|
|
node:
|
|
version: 5.4.1
|
|
|
|
dependencies:
|
|
pre:
|
|
- npm install -g npm
|
|
override:
|
|
- npm install:
|
|
environment:
|
|
# Token for tsd to increase github rate limit
|
|
# See https://github.com/DefinitelyTyped/tsd#tsdrc
|
|
# This is not hidden using https://circleci.com/docs/fork-pr-builds#details
|
|
# because those are not visible for pull requests, and those should also be reliable.
|
|
# This SSO token belongs to github account angular-github-ratelimit-token which has no access
|
|
# (password is in Valentine)
|
|
TSD_GITHUB_TOKEN: ef474500309daea53d5991b3079159a29520a40b
|
|
|
|
test:
|
|
override:
|
|
- npm run build
|