fixing travis
parent
9cd7a4d045
commit
e47900ebd5
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue