Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 5ca7fa2

Browse files
committed
✅ Add prebuild-minify test for linux
1 parent 3fff3c5 commit 5ca7fa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"postbuild-linux": "rm -R prebuild-src",
2727
"postbuild-darwin": "rm -R prebuild-src",
2828
"postbuild-windows": "rmdir /S /Q prebuild-src",
29-
"snyk-protect": "snyk protect"
29+
"snyk-protect": "snyk protect",
30+
"test": "rsync -a --info=progress2 src prebuild-src --exclude node_modules && node prebuild-minify.js && rm -R prebuild-src"
3031
},
3132
"repository": {
3233
"type": "git",

0 commit comments

Comments
 (0)