diff --git a/package.json b/package.json index ec86448..f22d812 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build": "unibit build", + "build": "CI='' npm run build", "dev": "npm-watch" }, "repository": { diff --git a/stackbit.yaml b/stackbit.yaml index 9276019..bb4a597 100644 --- a/stackbit.yaml +++ b/stackbit.yaml @@ -1,4 +1,4 @@ -stackbitVersion: ~0.3.0 +stackbitVersion: ~0.4.0 ssgName: unibit buildCommand: unibit build publishDir: output