chore: Build GitHub Pages through GitHub Actions (#316)
Showing
.heroku/build.js
deleted
100755 → 0
app.json
deleted
100644 → 0
... | ... | @@ -8,7 +8,6 @@ |
"devDependencies": { | ||
"cross-env": "^7.0.2", | ||
"fs-extra": "^9.0.0", | ||
"gh-pages": "^3.1.0", | ||
"husky": "^4.2.3", | ||
"lerna": "^3.20.2" | ||
}, | ||
... | ... | @@ -19,8 +18,7 @@ |
"test": "lerna run test:ci --stream", | ||
"lint": "lerna run lint", | ||
"lint-staged": "lerna run lint-staged", | ||
"storybook": "lerna run storybook --parallel", | ||
"heroku-postbuild": "./.heroku/build.js" | ||
"storybook": "lerna run storybook --parallel" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
... | ... |
This source diff could not be displayed because it is too large. You can view the blob instead.
Please register or sign in to comment