Skip to content

Commit a7151f3

Browse files
author
Herve Tribouilloy
committed
Fixed CI workflow
1 parent 0b47bdd commit a7151f3

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

vite_project/manifestPlugin.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ export function manifestPlugin({ widgetName }: Options): Plugin {
6161

6262
const outDir = options.dir || 'www'
6363

64+
fs.mkdirSync(outDir, { recursive: true });
65+
6466
const manifestPath = path.join(
6567
outDir,
6668
`widget-${widgetName}.manifest.json`

vite_project/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vite_project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "widget-usp",
33
"private": true,
4-
"version": "2.0.2",
4+
"version": "2.0.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)