Skip to content

Commit e9d2572

Browse files
committed
justfile
1 parent 8b52df9 commit e9d2572

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

justfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)