Skip to content

Commit 2d2380e

Browse files
committed
chore(release): skip automated demo publish
1 parent 2daef64 commit 2d2380e

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
@@ -14,7 +14,7 @@
1414
"build": "npm run build:lib && npm run build:demo",
1515
"build:lib": "ng build ng-sortgrid",
1616
"build:demo": "ng build ng-sortgrid-demo --base-href='https://kreuzerk.github.io/ng-sortgrid/'",
17-
"publish": "npm run publish:demo && npm run publish:lib",
17+
"publish": "npm run publish:lib",
1818
"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",

0 commit comments

Comments
 (0)