Skip to content

Commit e318142

Browse files
committed
chore(release): change npm run to npx
1 parent b9bf397 commit e318142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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:demo && npm run publish:lib",
18-
"publish:demo": "npm run angular-cli-ghpages --dir=dist/ng-sortgrid-demo",
18+
"publish:demo": "npx angular-cli-ghpages --dir=dist/ng-sortgrid-demo",
1919
"publish:lib": "cd dist/ng-sortgrid && npm run semantic-release",
2020
"lint": "ng lint",
2121
"e2e": "ng e2e",

0 commit comments

Comments
 (0)