We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2daef64 commit 2d2380eCopy full SHA for 2d2380e
package.json
@@ -14,7 +14,7 @@
14
"build": "npm run build:lib && npm run build:demo",
15
"build:lib": "ng build ng-sortgrid",
16
"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",
+ "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",
20
"lint": "ng lint",
0 commit comments