Skip to content

Commit e60e944

Browse files
committed
Fix gh-pages generation
1 parent 0b3fc4a commit e60e944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports.scripts = {
44
dev: 'cross-env NODE_ENV=development webpack-dev-server',
55
ghPages: [
66
'npm start -- build.ghPages',
7-
`gh-pages --dist ${pathTo('example')}`
7+
'gh-pages --dist example'
88
].join(' && '),
99
build: {
1010
default: [

0 commit comments

Comments
 (0)