Skip to content

Commit 347ce43

Browse files
committed
Fix /m build
1 parent 4ee63fc commit 347ce43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/m/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ dist release: node_modules
1313
mkdir -p ../../dist/m
1414
cp -f index.html ../../dist/m/index.html
1515
cp -rf css ../../dist/m
16-
$(shell npm bin)/webpack-cli -o $$PWD/www/ $$PWD/js/app.js
17-
$(shell npm bin)/gulp release
16+
npx webpack-cli -o $$PWD/www/ $$PWD/js/app.js
17+
npx gulp release
1818
cp $$PWD/www/* ../../dist/m/.
1919
rm -f $(DISTZIP)
2020
cd ../../dist && ls -la && zip -r $(DISTZIP) m

0 commit comments

Comments
 (0)