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",
"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",