Skip to content

Commit 9faec8c

Browse files
committed
chore(showcase): adjust build
1 parent 1a27068 commit 9faec8c

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@
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": "npm run 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",
21-
"e2e": "ng e2e",
22-
"angular-cli-ghpages": "angular-cli-ghpages",
23-
"semantic-release": "semantic-release"
21+
"e2e": "ng e2e"
2422
},
2523
"private": true,
2624
"dependencies": {
@@ -47,7 +45,6 @@
4745
"@types/jasmine": "~2.8.8",
4846
"@types/jasminewd2": "~2.0.3",
4947
"@types/node": "~8.9.4",
50-
"angular-cli-ghpages": "^0.5.3",
5148
"codecov": "^3.3.0",
5249
"codelyzer": "~4.5.0",
5350
"husky": "^1.3.1",
@@ -62,7 +59,6 @@
6259
"ng-packagr": "^4.2.0",
6360
"prettier": "^1.16.4",
6461
"protractor": "~5.4.0",
65-
"semantic-release": "^15.13.3",
6662
"ts-node": "~7.0.0",
6763
"tsickle": ">=0.34.0",
6864
"tslib": "^1.9.0",

0 commit comments

Comments
 (0)