Skip to content

Commit bebba73

Browse files
committed
refactor: add make publish
1 parent b82d1b3 commit bebba73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ webpack:
99

1010
build:
1111
rm -rf dist
12-
NODE_ENV=production npx webpack
12+
NODE_ENV=production npx webpack
13+
14+
publish:
15+
npm publish --dry-run

0 commit comments

Comments
 (0)