Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sQVe committed Mar 9, 2021
2 parents 18ff1bb + c2a977d commit 4a0cc31
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 @@ -20,7 +20,7 @@
"format": "prettier --write '{**/*,*}.{js,json,jsx,md,yaml}' && eslint --fix '{**/*,*}.{js,jsx}'",
"lint": "eslint '{**/*,*}.{js,jsx}'",
"move:snippets": "mkdir -p lib && mv .tmp/snippets.json lib/",
"postinstall": "husky install",
"prepare": "husky install",
"prepublishOnly": "npm run build",
"test": "jest",
"test:coverage": "jest --coverage",
Expand Down

0 comments on commit 4a0cc31

Please sign in to comment.