Build before publish
This commit is contained in:
parent
a3ed94d123
commit
f2bf4bf7ba
@ -23,7 +23,7 @@
|
|||||||
"lint:format": "prettier \"{{src,scripts,website}/**/,}*.{js,jsx,ts,tsx,css}\" --list-different",
|
"lint:format": "prettier \"{{src,scripts,website}/**/,}*.{js,jsx,ts,tsx,css}\" --list-different",
|
||||||
"lint:js": "eslint --color --ignore-path .gitignore \"{{src,scripts,website}/**/,}*.{js,jsx,ts,tsx}\"",
|
"lint:js": "eslint --color --ignore-path .gitignore \"{{src,scripts,website}/**/,}*.{js,jsx,ts,tsx}\"",
|
||||||
"lint": "run-p -c --aggregate-output \"lint:*\"",
|
"lint": "run-p -c --aggregate-output \"lint:*\"",
|
||||||
"prepublish": "build",
|
"prepare": "yarn build",
|
||||||
"start": "run-s clean develop"
|
"start": "run-s clean develop"
|
||||||
},
|
},
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user