We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b52df9 commit e9d2572Copy full SHA for e9d2572
1 file changed
justfile
@@ -0,0 +1,9 @@
1
+set windows-shell := ["pwsh", "-c"]
2
+
3
+[working-directory: 'FlipViewer']
4
+frontend:
5
+ npm install
6
+ npm run build
7
+ echo "Copying .js to python package..."
8
+ cp ./dist/flipbook.js ../PyWrapper/simpleimageio/flipbook.js
9
0 commit comments