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

Commit e1f6966

Browse files
Merge pull request #11 from Pixelrobin/fix/build-script
Update build script
2 parents 6bd62c5 + 720a65d commit e1f6966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"build": "node bin/build.js",
8-
"test": "node tests/prepare && cd vendor/bin && phpunit --verbose --bootstrap ../autoload.php ../../tests/FeatherTest && cd ../../"
8+
"test": "node tests/prepare && vendor/bin/phpunit --verbose --bootstrap vendor/autoload.php tests/FeatherTest"
99
},
1010
"author": "",
1111
"license": "MIT",

0 commit comments

Comments
 (0)