Skip to content
Snippets Groups Projects
Verified Commit 418df8ae authored by Jan Loewe's avatar Jan Loewe :speech_balloon:
Browse files

chore(pkg): update prepublish and pack scripts

parent 791da4d9
No related branches found
No related tags found
No related merge requests found
Pipeline #22308 passed
......@@ -18,9 +18,8 @@
"test:lint": "eslint src --ext .ts",
"test:prettier": "prettier \"src/**/*.ts\" --list-different",
"test:unit": "jest",
"prepare": "yarn run build",
"prepublishOnly": "yarn run test",
"preversion": "yarn run test"
"prepack": "npx rimraf lib && yarn run build",
"prepublish": "yarn run test"
},
"dependencies": {
"xml-js": "^1.6.11"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment