chore: add experimental prepare npm script
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user