Skip to content

Commit

Permalink
Adding deeper copy
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Baker <[email protected]>
  • Loading branch information
PeterBaker0 committed Aug 28, 2024
1 parent b2f2d7b commit 7e0de9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish-conductor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- build/fixing-missing-views
release:
types: [published]

Expand Down
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"build": "tsc && copyfiles views/* build/src",
"build": "tsc && copyfiles views/* views/**/* build/src",
"fix": "gts fix",
"prestart": "npm run-script compile",
"start": "node .",
Expand Down

0 comments on commit 7e0de9e

Please sign in to comment.