This commit is contained in:
Kristen Mills 2020-01-11 17:23:01 -08:00
parent 3c4720774c
commit 0bfa23da98
No known key found for this signature in database
GPG key ID: 6012BC68B83FF83C

View file

@ -11,7 +11,7 @@
"bundle:umd": "node ./scripts/bundle-umd",
"bundle:esm": "node ./scripts/bundle-esm",
"build": "yarn compile && yarn bundle",
"prepublish": "yarn build",
"prepare": "yarn build",
"lint": "prettier \"{src,test}/**/*.{json,scss,html,ts}\" --write",
"test": "jest --verbose"
},