Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
chore: fix netlify build
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Aug 5, 2019
1 parent ac8e21c commit e9f43f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:ci": "ng test --watch=false --code-coverage --no-progress --browsers=ChromeCI",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"ghpages": "ng build --prod --no-progress --baseHref='/ngx-trend/'",
"ghpages": "ng build --prod --no-progress",
"semantic-release": "cd dist && semantic-release"
},
"private": true,
Expand Down

0 comments on commit e9f43f8

Please sign in to comment.