We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b82d1b3 commit bebba73Copy full SHA for bebba73
Makefile
@@ -9,4 +9,7 @@ webpack:
9
10
build:
11
rm -rf dist
12
- NODE_ENV=production npx webpack
+ NODE_ENV=production npx webpack
13
+
14
+publish:
15
+ npm publish --dry-run
0 commit comments