chore: dist
parent
7350371e12
commit
8b1dea2966
|
@ -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/
|
||||||
|
|
|
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue