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 f5eecb5 commit 4d858aeCopy full SHA for 4d858ae
deploy.sh
@@ -0,0 +1,10 @@
1
+#!/usr/bin/env bash
2
+
3
+set -ex
4
+cd "$(dirname "${BASH_SOURCE[0]}")"
5
6
+# Install dependencies
7
+yarn
8
9
+# Build & publish extension
10
+src ext publish
0 commit comments