We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92c1a6 commit 24d78e7Copy full SHA for 24d78e7
package.json
@@ -18,7 +18,7 @@
18
"scripts": {
19
"build": "cross-env NODE_ENV=production node ./scripts/build.js",
20
"jest": "cross-env NODE_ENV=test jest \"$@\"",
21
- "lint": "yarn run lint-pr`ettier && eslint . --cache",
+ "lint": "yarn run lint-prettier && eslint . --cache",
22
"lint-prettier": "node ./scripts/prettier.js lint",
23
"prettier": "node ./scripts/prettier.js write",
24
"tck": "yarn run build && node ./packages/rsocket-tck/build/index.js \"$@\"",
packages/rsocket-rxjs/src/__tests__/Flowable-test.js
0 commit comments