We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4c66e commit bbbe38dCopy full SHA for bbbe38d
package.json
@@ -6,6 +6,7 @@
6
"author": "Michael Peyper",
7
"license": "MIT",
8
"scripts": {
9
+ "prepare": "npm run build",
10
"build": "babel --out-dir lib src",
11
"format": "prettier-eslint --write \"**/*.{js,json,md}\"",
12
"test": "jest --coverage",
0 commit comments