travis pnpm config

master
evan 2019-10-08 16:41:21 -07:00
parent e47900ebd5
commit c5b7a35f1d
1 changed files with 7 additions and 2 deletions

View File

@ -2,9 +2,14 @@ language: node_js
node_js:
- 10
# Compile the site
script:
cache:
npm: false
before_install:
- curl -L https://unpkg.com/@pnpm/self-installer | node
install:
- pnpm install
script:
- pnpm run build
# Deploy the site - this hook comes from Travis integration