primate 0.31.11 → 0.31.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/hooks/register.js +2 -0
package/package.json
CHANGED
package/src/hooks/register.js
CHANGED
|
@@ -40,6 +40,8 @@ const post = async app => {
|
|
|
40
40
|
|
|
41
41
|
// copy additional subdirectories to build/server
|
|
42
42
|
await copy_includes(app, location.server);
|
|
43
|
+
// copy additional subdirectories to build
|
|
44
|
+
await copy_includes(app, "");
|
|
43
45
|
|
|
44
46
|
if (await app.path.components.exists()) {
|
|
45
47
|
// copy components to build/components
|