fixing travis

master
evan 2019-10-08 16:39:19 -07:00
parent 9cd7a4d045
commit e47900ebd5
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
language: node_js
node_js:
- 10
# Compile the site
script:
- npm run build
- pnpm install
- pnpm run build
# Deploy the site - this hook comes from Travis integration
deploy: