Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
echristie-bc committed Feb 29, 2024
1 parent 2614947 commit a7c0ef3
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 @@ -10,7 +10,7 @@
"publish-dev-package": "npm publish --registry ${NPM_REGISTRY_REPLACE_THIS_VALUE} --tag dev",
"build": "rm -rf dist && babel src -d dist --env-name production && npm run copy-resources dist",
"copy-resources": "node scripts/copy-resources",
"prepare": "npm run build",
"prepare": "husky install .husky ; npm run build",
"test": "jest",
"test-ci": "jest --ci",
"lint-styles": "stylelint src/**/*.less",
Expand Down

0 comments on commit a7c0ef3

Please sign in to comment.