Skip to content

Commit

Permalink
chore: use zeit
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Nov 4, 2019
1 parent cbb65ed commit 237555c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

yarn
yarn build:site
13 changes: 13 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "pansy",
"version": 2,
"builds": [
{
"src": "build.sh",
"use": "@now/static-build",
"config": {
"distDir": "dist"
}
}
]
}

0 comments on commit 237555c

Please sign in to comment.