Skip to content

Commit abd1869

Browse files
committed
Script to build for test.
1 parent 52e1e7b commit abd1869

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/bash
2+
3+
npm run build:js-dev
4+
npm run build:py
5+
pip3 uninstall dash-responsive-grid-layout
6+
python setup.py sdist
7+
pip3 install dist/dash_responsive_grid_layout-0.3.0.tar.gz
8+

0 commit comments

Comments
 (0)