Skip to content

Commit 9b71853

Browse files
authored
Merge pull request #8 from etpinard/workaround-for-issue7
Add `fixup-jl` sub build command to workaound case insenstive FS problem
2 parents b111c10 + bbfb775 commit 9b71853

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"build:js": "webpack --mode production",
1616
"build:backends": "dash-generate-components ./src/lib/components dash_textarea_autocomplete -p package-info.json --r-prefix '' --jl-prefix ''",
1717
"build:backends-activated": "(. venv/bin/activate || venv\\scripts\\activate && npm run build:py_and_r)",
18-
"build": "npm run build:js && npm run build:backends",
18+
"build:fixup-jl": "mkdir -p src/jl && mv -f src/dashtextareaautocomplete.jl src/jl/ && sed -i 's/include(\"dashtextareaautocomplete.jl\")/include(\"jl\\/dashtextareaautocomplete.jl\")/' src/DashTextareaAutocomplete.jl",
19+
"build": "npm run build:js && npm run build:backends && npm run build:fixup-jl",
1920
"build:activated": "npm run build:js && npm run build:backends-activated"
2021
},
2122
"author": "Etienne Tetreault-Pinard <[email protected]>",

0 commit comments

Comments
 (0)