Skip to content

Commit

Permalink
fix(ci): deploying fails due to css not found
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenSuckow committed Nov 18, 2022
1 parent ed57f44 commit 08654ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const
files = [
[`${packageRoot}/package.json`, `${deployDir}/package.json`],
`${buildDir}/${packageName}.js`,
`${buildDir}/${packageName}.css`,
[`${buildDir}/resources/${packageName}-all.css`, `${deployDir}/${packageName}.css`],
[`${buildDir}/resources/${packageName}.conf.json`, `${deployDir}/${packageName}.conf.json`],
[`${buildDir}/resources/css-vars.js`, `${deployDir}/css-vars.js`]
];
Expand Down

0 comments on commit 08654ec

Please sign in to comment.