Skip to content

Commit

Permalink
chore: yalc watch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
martink-rsa committed Jan 7, 2021
1 parent 65bde2a commit 021bf88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
"scripts": {
"build": "webpack --mode=production",
"watch": "webpack -w",
"watch-yalc": "nodemon -x 'yalc push --changed'",
"storybook": "NODE_ENV=test start-storybook -s public -p 6006",
"build-storybook": "NODE_ENV=test build-storybook -s public",
"test": "jest",
Expand Down
2 changes: 0 additions & 2 deletions src/components/ProductLinkButton/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ export function ProductLinkButtonPure({
redirectDestination,
...props
}) {
console.log("PRODUCT LINK BUTTON")
console.log("TEST 100")
return (
<ProductLink redirectDestination={redirectDestination} {...props}>
<Button
Expand Down

0 comments on commit 021bf88

Please sign in to comment.