[Scripts > InjectPoly] Rewrite as bash script

This commit is contained in:
Ducko 2022-01-19 18:42:42 +00:00
parent b9e8779b06
commit d48c91679a
3 changed files with 3 additions and 15 deletions

2
scripts/injectPolyfills.sh Executable file
View file

@ -0,0 +1,2 @@
mkdir src/node_modules
cp -rf polyfills/* src/node_modules