fix(scripts): better targetting for steps

This commit is contained in:
Guillaume ARM 2023-07-05 11:39:52 +02:00
parent d9595eaacb
commit 8fed6df571

View File

@ -8,11 +8,11 @@
"step2": "npm run test:watch Subscriber", "step2": "npm run test:watch Subscriber",
"step3": "npm run test:watch Observable", "step3": "npm run test:watch Observable",
"step4": "npm run test:watch Subject", "step4": "npm run test:watch Subject",
"step5": "npm run test:watch map", "step5": "npm run test:watch operators/map",
"step6": "npm run test:watch scan", "step6": "npm run test:watch operators/scan",
"step7": "npm run test:watch retry", "step7": "npm run test:watch operators/retry",
"step8": "npm run test:watch finalize", "step8": "npm run test:watch operators/finalize",
"step9": "npm run test:watch switchMap", "step9": "npm run test:watch operators/switchMap",
"start": "node dist/index.js", "start": "node dist/index.js",
"dev": "ts-node src/index.ts", "dev": "ts-node src/index.ts",
"check:all": "npm run build && npm run lint:all", "check:all": "npm run build && npm run lint:all",