mirror of
https://github.com/Damillora/Shian.git
synced 2024-11-21 17:17:31 +00:00
fix(shian): try to fix CI
This commit is contained in:
parent
241353b403
commit
2769412fb4
1
.github/workflows/workflow.yml
vendored
1
.github/workflows/workflow.yml
vendored
@ -8,6 +8,7 @@ jobs:
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '14'
|
||||
- run: yarn install
|
||||
- run: yarn build
|
||||
- name: Release
|
||||
env:
|
||||
|
62
package.json
62
package.json
@ -1,30 +1,36 @@
|
||||
{
|
||||
"name": "@damillora/shian",
|
||||
"description": "Common component library for nanao.moe",
|
||||
"version": "0.4.0",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"email": "developer@damillora.com"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "gulp build"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@fullhuman/postcss-purgecss": "^1.3.0",
|
||||
"autoprefixer": "^10.2.1",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-clean-css": "^4.2.0",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-livereload": "^4.0.2",
|
||||
"gulp-postcss": "^9.0.0",
|
||||
"gulp-sass": "^4.1.0",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"gulp-zip": "^5.0.1",
|
||||
"postcss": "^8.2.3",
|
||||
"typeface-exo-2": "^0.0.72"
|
||||
},
|
||||
"files": [
|
||||
"dist/**"
|
||||
]
|
||||
"name": "@damillora/shian",
|
||||
"description": "Common component library for nanao.moe",
|
||||
"version": "0.0.0-development",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"email": "developer@damillora.com"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "gulp build",
|
||||
"semantic-release": "semantic-release"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@fullhuman/postcss-purgecss": "^1.3.0",
|
||||
"autoprefixer": "^10.2.1",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-clean-css": "^4.2.0",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-livereload": "^4.0.2",
|
||||
"gulp-postcss": "^9.0.0",
|
||||
"gulp-sass": "^4.1.0",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"gulp-zip": "^5.0.1",
|
||||
"postcss": "^8.2.3",
|
||||
"typeface-exo-2": "^0.0.72",
|
||||
"semantic-release": "^17.4.2"
|
||||
},
|
||||
"files": [
|
||||
"dist/**"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Damillora/Shian.git"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user