mirror of
https://github.com/Baboo7/strapi-plugin-import-export-entries.git
synced 2025-09-21 00:02:50 -04:00
chore(package.json): Build lib before publishing
This commit is contained in:
parent
375a341aac
commit
f30d054f48
@ -20,6 +20,7 @@
|
||||
"build": "tsc --build",
|
||||
"test": "jest --forceExit --detectOpenHandles --runInBand",
|
||||
"test:watch": "jest --forceExit --detectOpenHandles --runInBand --watch",
|
||||
"prepublishOnly": "npm run build",
|
||||
"release": "standard-version",
|
||||
"release:patch": "standard-version --release-as patch",
|
||||
"release:minor": "standard-version --release-as minor",
|
||||
|
Loading…
x
Reference in New Issue
Block a user