Skip to content

Commit dbff83a

Browse files
committedApr 8, 2021
Turn the build script into an executable
1 parent f956f32 commit dbff83a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎bin/build.php ‎bin/build

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env php
12
<?php
23

34
function getSvgAttributes(string $svg): array

‎composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"npm-asset/feather-icons": "4.26.0"
4343
},
4444
"scripts": {
45+
"build": "bin/build",
4546
"test": "phpunit --verbose tests"
4647
}
4748
}

0 commit comments

Comments
 (0)
Please sign in to comment.