mirror of
https://github.com/ivabus/gui
synced 2025-06-08 00:00:27 +03:00
Merge pull request #24 from teaxyz/cleanup-after-cancel-merge
#22 try to trigger close
This commit is contained in:
commit
9095c9e475
2 changed files with 2 additions and 2 deletions
3
.github/remove-distribution.sh
vendored
3
.github/remove-distribution.sh
vendored
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
rm ./test.json
|
|
||||||
rm ./final.json
|
|
||||||
prefix=$1
|
prefix=$1
|
||||||
|
|
||||||
echo $(aws cloudfront list-distributions --output json) >> ./test.json
|
echo $(aws cloudfront list-distributions --output json) >> ./test.json
|
||||||
|
|
|
@ -12,6 +12,7 @@ $ pnpm dev
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
[] setup a scaffolding script to make it easier making elements
|
[] setup a scaffolding script to make it easier making elements
|
||||||
|
[] unit tests
|
||||||
|
|
||||||
## Design System
|
## Design System
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue