We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3fc4a commit e60e944Copy full SHA for e60e944
1 file changed
package-scripts.js
@@ -4,7 +4,7 @@ exports.scripts = {
4
dev: 'cross-env NODE_ENV=development webpack-dev-server',
5
ghPages: [
6
'npm start -- build.ghPages',
7
- `gh-pages --dist ${pathTo('example')}`
+ 'gh-pages --dist example'
8
].join(' && '),
9
build: {
10
default: [
0 commit comments