travis pnpm config
parent
e47900ebd5
commit
c5b7a35f1d
|
@ -2,9 +2,14 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 10
|
- 10
|
||||||
|
|
||||||
# Compile the site
|
cache:
|
||||||
script:
|
npm: false
|
||||||
|
before_install:
|
||||||
|
- curl -L https://unpkg.com/@pnpm/self-installer | node
|
||||||
|
install:
|
||||||
- pnpm install
|
- pnpm install
|
||||||
|
|
||||||
|
script:
|
||||||
- pnpm run build
|
- pnpm run build
|
||||||
|
|
||||||
# Deploy the site - this hook comes from Travis integration
|
# Deploy the site - this hook comes from Travis integration
|
||||||
|
|
Loading…
Reference in New Issue