Skip to content

Commit c39db06

Browse files
Clean up Makefile
1 parent 46c14ad commit c39db06

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@ SHELL := bash
22
.PHONY: bare-module minify-js all clean
33
DEFAULT_GOAL := all
44

5-
all: bare-module minify-js
6-
7-
bare-module:
8-
@echo "Building bare as module 3"
9-
@cd bare-as-module3 && pnpm run build
10-
@cp bare-as-module3/dist/bare.cjs src/public/js/bareTransport/bareMod.js
5+
all: minify-js
116

127
clean:
138
@echo "Removing all minified JS"

0 commit comments

Comments
 (0)