Skip to content

Commit

Permalink
updating path
Browse files Browse the repository at this point in the history
  • Loading branch information
jharajeev55 committed Feb 28, 2025
1 parent 1861166 commit 40c2857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 40c2857

Please sign in to comment.