We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee63fc commit 347ce43Copy full SHA for 347ce43
www/m/Makefile
@@ -13,8 +13,8 @@ dist release: node_modules
13
mkdir -p ../../dist/m
14
cp -f index.html ../../dist/m/index.html
15
cp -rf css ../../dist/m
16
- $(shell npm bin)/webpack-cli -o $$PWD/www/ $$PWD/js/app.js
17
- $(shell npm bin)/gulp release
+ npx webpack-cli -o $$PWD/www/ $$PWD/js/app.js
+ npx gulp release
18
cp $$PWD/www/* ../../dist/m/.
19
rm -f $(DISTZIP)
20
cd ../../dist && ls -la && zip -r $(DISTZIP) m
0 commit comments