Skip to content

Commit b093f59

Browse files
committed
Fix mon-pix dist directory
Co-authored-by: <francois.de-metz@pix.fr>
1 parent 14dfba3 commit b093f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"main": "index.js",
2525
"scripts": {
2626
"prebuild": "mkdir -p dist",
27-
"build": "pnpm --parallel --recursive --if-present build && cp -R admin/dist dist/admin && cp -R 1d/dist dist/1d && cp -R mon-pix/dist dist/mon-pix && cp -R orga/dist dist/orga && cp -R certif/dist dist/certif",
27+
"build": "pnpm --parallel --recursive --if-present build && cp -R admin/dist dist/admin && cp -R 1d/dist dist/1d && cp -R mon-pix/dist dist/app && cp -R orga/dist dist/orga && cp -R certif/dist dist/certif",
2828
"compute-lead-times": "node ./scripts/compute-lead-times",
2929
"clean": "pnpm clean:workspaces && pnpm clean:root",
3030
"clean:workspaces": "pnpm --parallel --recursive --if-present clean",

0 commit comments

Comments
 (0)