Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 2775849

Browse files
committed
Add bin scripts
1 parent ba1f249 commit 2775849

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

bin/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
npx rollup -c

bin/setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
composer install

0 commit comments

Comments
 (0)