We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98ca00 commit a94e9f0Copy full SHA for a94e9f0
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/vue-skip-to.js",
6
"scripts": {
7
"dev": "rollup --config rollup.config.dev.js --watch",
8
- "dist": "rollup --config rollup.config.prod.js",
+ "dist": "rollup --config rollup.config.prod.js --environment NODE_ENV:production",
9
"release": "standard-version",
10
"test": "node_modules/.bin/cypress run",
11
"test:open": "node_modules/.bin/cypress open",
0 commit comments