Skip to content

Commit

Permalink
Add back dotenv command
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesuss committed Aug 11, 2020
1 parent e5ee71b commit c2cfec9
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 @@ -22,7 +22,7 @@
"lint": "yarn lint:js && yarn lint:package",
"lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location=.cache/eslint --ext .js,.jsx,.html,.ts,.tsx,.mjs --report-unused-disable-directives",
"lint:package": "sort-package-json",
"release": "yarn build && auto shipit",
"release": "dotenv yarn build && auto shipit",
"storybook": "start-storybook -p 6006"
},
"husky": {
Expand Down

0 comments on commit c2cfec9

Please sign in to comment.