We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381494c commit cfd476eCopy full SHA for cfd476e
scripts/build-roblox-model.sh
@@ -11,8 +11,8 @@ build_with_darklua_config () {
11
12
mkdir -p roblox
13
14
- cp -rL node_modules/ roblox/
15
- cp -r roblox-model/ roblox/
+ cp -rL node_modules roblox/
+ cp -r roblox-model roblox/
16
17
for module_path in roblox/roblox-model/*; do
18
module_name=$(basename $module_path)
scripts/build-wally-package.sh
@@ -6,7 +6,7 @@ rm -rf roblox/node_modules
6
7
8
9
-cp -rL node_modules/ roblox/
+cp -rL node_modules roblox/
10
./scripts/remove-tests.sh roblox/node_modules
0 commit comments