fixing travis
parent
9cd7a4d045
commit
e47900ebd5
|
@ -1,6 +1,11 @@
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- 10
|
||||||
|
|
||||||
# Compile the site
|
# Compile the site
|
||||||
script:
|
script:
|
||||||
- npm run build
|
- pnpm install
|
||||||
|
- pnpm run build
|
||||||
|
|
||||||
# Deploy the site - this hook comes from Travis integration
|
# Deploy the site - this hook comes from Travis integration
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in New Issue