We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e1e7b commit abd1869Copy full SHA for abd1869
build.sh
@@ -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