fix(scripts): better targetting for steps
This commit is contained in:
parent
d9595eaacb
commit
8fed6df571
10
package.json
10
package.json
@ -8,11 +8,11 @@
|
||||
"step2": "npm run test:watch Subscriber",
|
||||
"step3": "npm run test:watch Observable",
|
||||
"step4": "npm run test:watch Subject",
|
||||
"step5": "npm run test:watch map",
|
||||
"step6": "npm run test:watch scan",
|
||||
"step7": "npm run test:watch retry",
|
||||
"step8": "npm run test:watch finalize",
|
||||
"step9": "npm run test:watch switchMap",
|
||||
"step5": "npm run test:watch operators/map",
|
||||
"step6": "npm run test:watch operators/scan",
|
||||
"step7": "npm run test:watch operators/retry",
|
||||
"step8": "npm run test:watch operators/finalize",
|
||||
"step9": "npm run test:watch operators/switchMap",
|
||||
"start": "node dist/index.js",
|
||||
"dev": "ts-node src/index.ts",
|
||||
"check:all": "npm run build && npm run lint:all",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user