We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b520c commit 310f4d1Copy full SHA for 310f4d1
1 file changed
package.json
@@ -12,7 +12,7 @@
12
"build-assets": "webpack --config webpack.assets.config.js --mode development",
13
"serve": "webpack serve --config webpack.assets.config.js",
14
"stop-serve": "npx kill-port 9000",
15
- "deploy": "gh-pages -d dist/assets"
+ "deploy": "gh-pages -d dist"
16
},
17
"license": "MIT",
18
"keywords": [
0 commit comments