chore: dist

pull/22/head
954270063@qq.com 2021-05-30 15:39:32 +08:00
parent 7350371e12
commit 8b1dea2966
2 changed files with 4 additions and 3 deletions

2
.gitignore vendored
View File

@ -80,7 +80,7 @@ typings/
# Nuxt.js build / generate output # Nuxt.js build / generate output
.nuxt .nuxt
dist # dist
# Gatsby files # Gatsby files
.cache/ .cache/

View File

@ -28,7 +28,7 @@
"node": ">=10.0.0" "node": ">=10.0.0"
}, },
"scripts": { "scripts": {
"build": "rollup --config", "build": "rollup -c",
"test": "jest --passWithNoTests", "test": "jest --passWithNoTests",
"lint": "eslint", "lint": "eslint",
"format": "prettier --check --write '{src,__tests__}/**/*.{js,ts,tsx}'", "format": "prettier --check --write '{src,__tests__}/**/*.{js,ts,tsx}'",
@ -63,7 +63,8 @@
"*.ts": [ "*.ts": [
"yarn lint", "yarn lint",
"yarn format", "yarn format",
"yarn test" "yarn test",
"yarn build"
] ]
} }
} }