mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature: yaspeller: rm
This commit is contained in:
parent
af9c916e08
commit
93aa7278b7
2 changed files with 2 additions and 4 deletions
|
|
@ -28,13 +28,12 @@ export default {
|
|||
}),
|
||||
'build:start': () => run(['build:client', 'start']),
|
||||
'build:start:dev': () => run(['build:client:dev', 'start:dev']),
|
||||
'lint:all': () => run(['lint:progress', 'spell']),
|
||||
'lint:all': () => run('lint:progress'),
|
||||
'lint': () => 'putout .',
|
||||
'lint:progress': () => run('lint', '-f progress'),
|
||||
'watch:lint': () => 'nodemon -w client -w server -w test -w common -w .webpack -x "putout -s"',
|
||||
'fresh:lint': () => run('lint', '--fresh'),
|
||||
'lint:fresh': () => run('lint', '--fresh'),
|
||||
'spell': () => 'yaspeller . || true',
|
||||
'fix:lint': () => run('lint', '--fix'),
|
||||
'lint:stream': () => run('lint', '-f stream'),
|
||||
'test': () => [testEnv, `tape 'test/**/*.js' '{client,static,common,server}/**/*.spec.js' -f fail`],
|
||||
|
|
|
|||
|
|
@ -207,8 +207,7 @@
|
|||
"webpack": "^4.0.0",
|
||||
"webpack-cli": "^3.0.1",
|
||||
"webpack-merge": "^5.0.8",
|
||||
"webpackbar": "^5.0.0-3",
|
||||
"yaspeller": "^8.0.0"
|
||||
"webpackbar": "^5.0.0-3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue