mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 09:03:02 +08:00
add --no-error-on-unmatched-pattern
(#639)
This commit is contained in:
parent
b53fe1887b
commit
46d49743b9
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
"scripts": {
|
||||
"deploy": "NODE_ENV=production webpack --mode production",
|
||||
"watch": "webpack --mode development --watch",
|
||||
"format": "prettier --trailing-comma es5 --write {js,test,css}/**/*.{js,json,css,scss,md}",
|
||||
"format-check": "prettier --trailing-comma es5 --check {js,test,css}/**/*.{js,json,css,scss,md}",
|
||||
"format": "prettier --trailing-comma es5 --write {js,test,css}/**/*.{js,json,css,scss,md} --no-error-on-unmatched-pattern",
|
||||
"format-check": "prettier --trailing-comma es5 --check {js,test,css}/**/*.{js,json,css,scss,md} --no-error-on-unmatched-pattern",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue