chore: dist
parent
7350371e12
commit
8b1dea2966
|
@ -80,7 +80,7 @@ typings/
|
|||
|
||||
# Nuxt.js build / generate output
|
||||
.nuxt
|
||||
dist
|
||||
# dist
|
||||
|
||||
# Gatsby files
|
||||
.cache/
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
"node": ">=10.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup --config",
|
||||
"build": "rollup -c",
|
||||
"test": "jest --passWithNoTests",
|
||||
"lint": "eslint",
|
||||
"format": "prettier --check --write '{src,__tests__}/**/*.{js,ts,tsx}'",
|
||||
|
@ -63,7 +63,8 @@
|
|||
"*.ts": [
|
||||
"yarn lint",
|
||||
"yarn format",
|
||||
"yarn test"
|
||||
"yarn test",
|
||||
"yarn build"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue