aws_sam_yarn_builder 0.2.0 → 0.2.1
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.
- checksums.yaml +4 -4
- data/lib/aws_sam_yarn_builder/package.rb +1 -0
- data/lib/aws_sam_yarn_builder/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b56c50003ee18b21d61d0d2e4bb4d906f50bbc5a03ad2452fbe62404a9ea54f7
|
|
4
|
+
data.tar.gz: 4cd31e11094d6926553661df3befb0bb6338c0c3d041163a7d4e7cfdfc2157cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6fe5777bc193d4902d7c6004d0e4d144b4d86d8c26bd9fc40ea5d7e29e50d1ebf0897ba299631dfd5bc8c52e21c68bc7a5f88a3e8e33b9f419880593e5a62615
|
|
7
|
+
data.tar.gz: 88f22bbac67c22e235439c26e6ea355a87c0990a1ab7ed452adcc1850dd08d9baf24d80520e1b707cb38b3a07dd86bb315e48b262916f3cd908a0973143a883b
|
|
@@ -107,6 +107,7 @@ module AwsSamYarnBuilder
|
|
|
107
107
|
|
|
108
108
|
FileUtils.rm_rf deploy_package_path
|
|
109
109
|
FileUtils.mv tmp_package_path, deploy_package_path
|
|
110
|
+
FileUtils.rm_rf File.join(deploy_package_path, "node_modules", "@types")
|
|
110
111
|
|
|
111
112
|
package_json_path = File.join(deploy_package_path, "package.json")
|
|
112
113
|
|