Skip to content

Commit c388c35

Browse files
authored
Merge pull request #2713 from dcmcdoug/fix/cqsh_path
Fix/cqsh path
2 parents 294c715 + 1a09074 commit c388c35

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ Thanks so much to everyone [who has contributed](https://github.com/codefori/vsc
6161
* [@Detrytus59](https://github.com/Detrytus59)
6262
* [@janfh](https://github.com/janfh)
6363
* [@MohitKambli](https://github.com/MohitKambli)
64-
* [@bspotswood](https://github.com/bspotswood)
64+
* [@bspotswood](https://github.com/bspotswood)
65+
* [@dcmcdoug](https://github.com/dcmcdoug)

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const dist = path.resolve(__dirname, `dist`);
2727

2828
fs.mkdirSync(dist, {recursive: true});
2929

30-
const files = [{relative: `src/components/cqsh/cqsh`, name: `cqsh_1`}];
30+
const files = [{relative: `src/api/components/cqsh/cqsh`, name: `cqsh_1`}];
3131

3232
for (const file of files) {
3333
const src = path.resolve(__dirname, file.relative);

0 commit comments

Comments
 (0)