We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937f29f commit 089b224Copy full SHA for 089b224
build.sh
@@ -1,2 +1,2 @@
1
#!/bin/sh
2
-find fuhyohigai-ext -type f -name "*" | xargs zip dist/fuhyohigai-ext.zip
+find ./ -type f -name "*.js*" | xargs zip dist/fuhyohigai-ext.zip
0 commit comments