Skip to content

Commit

Permalink
fix no such directory in fits viewer build
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko committed Nov 2, 2023
1 parent dcbcccc commit cf6c980
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"parcel-bundler": "^1.4.1"
},
"scripts": {
"build": "cp -r node_modules/aladin-lite-galaxy/. static/dist/aladin-lite-galaxy && parcel build src/script.js -d static"
"build": "mkdir -p static/dist; cp -r node_modules/aladin-lite-galaxy static/dist/. && parcel build src/script.js -d static"
}
}

0 comments on commit cf6c980

Please sign in to comment.