Skip to main content
Module

x/type_detect/appveyor.yml

Improved typeof detection for node.js and the browser.
Latest
File
version: '{build}'
skip_tags: trueskip_branch_with_pr: trueclone_depth: 1deploy: offbuild: off
install: - ps: Install-Product node '8' - npm i -g npm@5 - npm install
test_script: - node --version - npm --version - npm test
cache: - node_modules -> package-lock.json - '%APPDATA%\npm-cache'