chore: add experimental prepare npm script

This commit is contained in:
Jesper Hodge
2023-10-04 20:38:13 +00:00
parent 24abdfc659
commit e93126c692

View File

@@ -12,7 +12,8 @@
"lint": "fedx-scripts eslint --ext .js --ext .jsx .",
"snapshot": "fedx-scripts jest --updateSnapshot",
"start": "fedx-scripts webpack-dev-server --progress",
"test": "fedx-scripts jest --coverage"
"test": "fedx-scripts jest --coverage",
"prepare": "npm run build"
},
"files": [
"/dist"