fix(shian): try to fix CI

This commit is contained in:
Damillora 2021-04-14 17:04:43 +07:00
parent 241353b403
commit 2769412fb4
2 changed files with 35 additions and 28 deletions

View File

@ -8,6 +8,7 @@ jobs:
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: '14' node-version: '14'
- run: yarn install
- run: yarn build - run: yarn build
- name: Release - name: Release
env: env:

View File

@ -1,30 +1,36 @@
{ {
"name": "@damillora/shian", "name": "@damillora/shian",
"description": "Common component library for nanao.moe", "description": "Common component library for nanao.moe",
"version": "0.4.0", "version": "0.0.0-development",
"license": "MIT", "license": "MIT",
"author": { "author": {
"email": "developer@damillora.com" "email": "developer@damillora.com"
}, },
"scripts": { "scripts": {
"build": "gulp build" "build": "gulp build",
}, "semantic-release": "semantic-release"
"dependencies": {}, },
"devDependencies": { "dependencies": {},
"@fullhuman/postcss-purgecss": "^1.3.0", "devDependencies": {
"autoprefixer": "^10.2.1", "@fullhuman/postcss-purgecss": "^1.3.0",
"gulp": "^4.0.2", "autoprefixer": "^10.2.1",
"gulp-clean-css": "^4.2.0", "gulp": "^4.0.2",
"gulp-concat": "^2.6.1", "gulp-clean-css": "^4.2.0",
"gulp-livereload": "^4.0.2", "gulp-concat": "^2.6.1",
"gulp-postcss": "^9.0.0", "gulp-livereload": "^4.0.2",
"gulp-sass": "^4.1.0", "gulp-postcss": "^9.0.0",
"gulp-uglify": "^3.0.2", "gulp-sass": "^4.1.0",
"gulp-zip": "^5.0.1", "gulp-uglify": "^3.0.2",
"postcss": "^8.2.3", "gulp-zip": "^5.0.1",
"typeface-exo-2": "^0.0.72" "postcss": "^8.2.3",
}, "typeface-exo-2": "^0.0.72",
"files": [ "semantic-release": "^17.4.2"
"dist/**" },
] "files": [
"dist/**"
],
"repository": {
"type": "git",
"url": "https://github.com/Damillora/Shian.git"
}
} }