Skip to content

Commit 9b3acf7

Browse files
committed
fix nx build ofr real
1 parent 7963d61 commit 9b3acf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/functions/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"executor": "nx:run-commands",
2020
"options": {
2121
"commands": [
22-
"cp -r ./packages/functions/src/templates ./packages/functions/dist/packages/functions/src/templates && cp -r src/functions/util/google8bc4d33afc7bc848.html dist/packages/functions/src/functions/util/"
22+
"cp -r ./packages/functions/src/templates ./packages/functions/dist/packages/functions/src/templates && cp -r ./packages/functions/src/functions/util/google8bc4d33afc7bc848.html ./packages/functions/dist/packages/functions/src/functions/util/"
2323
],
2424
"parallel": false
2525
}

0 commit comments

Comments
 (0)