From 8fed6df57115b8dbb73192b370ca0a0d28334a78 Mon Sep 17 00:00:00 2001 From: Guillaume ARM Date: Wed, 5 Jul 2023 11:39:52 +0200 Subject: [PATCH] fix(scripts): better targetting for steps --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3cd79f4..3bc8f94 100644 --- a/package.json +++ b/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",