Skip to content

Commit a94e9f0

Browse files
committed
Add NODE_ENV production in command build
1 parent c98ca00 commit a94e9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/vue-skip-to.js",
66
"scripts": {
77
"dev": "rollup --config rollup.config.dev.js --watch",
8-
"dist": "rollup --config rollup.config.prod.js",
8+
"dist": "rollup --config rollup.config.prod.js --environment NODE_ENV:production",
99
"release": "standard-version",
1010
"test": "node_modules/.bin/cypress run",
1111
"test:open": "node_modules/.bin/cypress open",

0 commit comments

Comments
 (0)