Skip to content

Commit 8709d82

Browse files
committed
chore(release): adjust build script
1 parent 2d2380e commit 8709d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"build:lib": "ng build ng-sortgrid",
1616
"build:demo": "ng build ng-sortgrid-demo --base-href='https://kreuzerk.github.io/ng-sortgrid/'",
1717
"publish": "npm run publish:lib",
18-
"publish:demo": "npx angular-cli-ghpages --dir=dist/ng-sortgrid-demo",
19-
"publish:lib": "cd dist/ng-sortgrid && npm run semantic-release",
18+
"publish:demo": "npx angular-cli-ghpages --dir=./dist/ng-sortgrid-demo",
19+
"publish:lib": "cd dist/ng-sortgrid && npx semantic-release",
2020
"lint": "ng lint",
2121
"e2e": "ng e2e",
2222
"semantic-release": "semantic-release"

0 commit comments

Comments
 (0)