Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Add prepare script to package.json #538

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add prepare script to package.json
  • Loading branch information
vinaypai authored Jan 7, 2020
commit 9504a9a2ce4eb349a722f51bdd46bb49fa59b461
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"release": "npm run build && npm run build:min && standard-version",
"test": "cross-env NODE_ENV=testing jest",
"test:watch": "npm run test -- --watch",
"test:updateSnapshot": "npm run test -- --updateSnapshot"
"test:updateSnapshot": "npm run test -- --updateSnapshot",
"prepare": "npm run build:min"
},
"dependencies": {
"material-components-web": "3.2.0"
Expand Down