Skip to content

Commit

Permalink
Force copy of css, otherwise prevents script rebuilding
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 16, 2024
1 parent 4bdef92 commit ebf2889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/plugins/visualizations/annotate_image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"scripts": {
"build": "yarn build-css && yarn build-js",
"build-css": "cp 'node_modules/jquery-contextmenu/dist/jquery.contextMenu.css' 'static/'",
"build-css": "cp -f 'node_modules/jquery-contextmenu/dist/jquery.contextMenu.css' 'static/'",
"build-js": "parcel build src/script.js --dist-dir static"
}
}

0 comments on commit ebf2889

Please sign in to comment.