-
- Downloads
chore(pkg): update prepublish and pack scripts
... | ... | @@ -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" | ||
... | ... |
Please register or sign in to comment