no really, fixed the build

This commit is contained in:
Steven Hugg 2021-08-09 12:09:44 -05:00
parent f472bc99ee
commit 3b21a23336
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ prepare: buildtsc
cp node_modules/jquery/dist/jquery.min.js ./jquery/
cp -r node_modules/bootstrap/dist/* ./bootstrap/
cp node_modules/bootstrap-tourist/*.css node_modules/bootstrap-tourist/*.js ./lib/
cp ./unicorn.js/demos/externals/capstone-arm.min.js ./lib/
#cp ./unicorn.js/demos/externals/capstone-arm.min.js ./lib/
cp gif.js/dist/* ./lib/
cd jsnes && npm i