Skip to content

Commit 313851d

Browse files
author
Benoit Hudson
committed
UT-2751: integrations are missing after promotion via yamato.
The default .npmignore ignores .zip files, but we zip up the integrations!
1 parent f6a7dd9 commit 313851d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# By default we are ignoring .zip files, which breaks integrations.
2+
#
3+
# This empty .npmignore clobbers that behaviour.
4+
# But we also want it to ignore itself.
5+
.npmignore

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ install(
6161
DESTINATION "${CMAKE_INSTALL_PREFIX}/com.unity.formats.fbx/Editor/Integrations~"
6262
)
6363
install(
64-
FILES "${CMAKE_SOURCE_DIR}/CHANGELOG.md" "${CMAKE_SOURCE_DIR}/LICENSE.md"
64+
FILES "${CMAKE_SOURCE_DIR}/CHANGELOG.md" "${CMAKE_SOURCE_DIR}/LICENSE.md" "${CMAKE_SOURCE_DIR}/.npmignore"
6565
DESTINATION "${CMAKE_INSTALL_PREFIX}/com.unity.formats.fbx"
6666
)
6767

0 commit comments

Comments
 (0)