From 40c285713181ea6e3f463442d6e6b3c39653422e Mon Sep 17 00:00:00 2001 From: rajeev Date: Fri, 28 Feb 2025 11:59:55 +0530 Subject: [PATCH] updating path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49e3fda..166cccd 100644 --- a/package.json +++ b/package.json @@ -431,7 +431,7 @@ "test": "mocha --config .mocharc.yml", "test-ci": "mocha --config .mocharc.yml --reporter xunit --reporter-option output=junit.xml", "coverage": "nyc --nycrc-path='.nycrc.json' npm run test", - "copy-css": "npx cpx src/**/*.{css,js} out" + "copy-css": "npx cpx 'src/**/*.{css,js}' out" }, "devDependencies": { "@istanbuljs/nyc-config-typescript": "1.0.2",