Skip to content

Commit

Permalink
Merge pull request #257 from emulsify-ds/switch-to-npm
Browse files Browse the repository at this point in the history
Standardize on npm
  • Loading branch information
amazingrando authored Sep 9, 2022
2 parents eb00486 + bdd2e77 commit 908c8c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Ignore compiled files.
dist

# Yarn/NPM
# npm
node_modules

# Storybook
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"a11y": "npm run storybook-build && ./scripts/a11y.js -r",
"build": "webpack --config ./webpack/webpack.prod.js",
"commit": "git-cz",
"coverage": "yarn test && open-cli .coverage/lcov-report/index.html",
"coverage": "npm run test && open-cli .coverage/lcov-report/index.html",
"develop": "concurrently --raw \"npm run webpack\" \"npm run storybook\"",
"format": "npm run lint-fix; npm run prettier-fix",
"lint": "npm run lint-js; npm run lint-styles",
Expand Down

0 comments on commit 908c8c7

Please sign in to comment.