Skip to content

Commit

Permalink
chore: fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Feb 19, 2020
1 parent 60a7e20 commit 84115fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"test": "ng test --watch=false --browsers=ChromeCI",
"test:watch": "ng test --browsers=ChromeCI",
"test:ci": "ng test --watch=false --code-coverage --no-progress --browsers=ChromeCI",
"link": "cd dist/packages-dist && npm link",
"link": "cd dist && npm link",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"ghpages": "ng build --prod --no-progress",
"semantic-release": "cd dist/packages-dist && semantic-release"
"semantic-release": "cd dist && semantic-release"
},
"private": true,
"dependencies": {
Expand Down

0 comments on commit 84115fe

Please sign in to comment.