-
- Downloads
chore(pkg): update prepublish and pack scripts
... | @@ -18,9 +18,8 @@ | ... | @@ -18,9 +18,8 @@ |
"test:lint": "eslint src --ext .ts", | "test:lint": "eslint src --ext .ts", | ||
"test:prettier": "prettier \"src/**/*.ts\" --list-different", | "test:prettier": "prettier \"src/**/*.ts\" --list-different", | ||
"test:unit": "jest", | "test:unit": "jest", | ||
"prepare": "yarn run build", | "prepack": "npx rimraf lib && yarn run build", | ||
"prepublishOnly": "yarn run test", | "prepublish": "yarn run test" | ||
"preversion": "yarn run test" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"xml-js": "^1.6.11" | "xml-js": "^1.6.11" | ||
... | ... |
Please register or sign in to comment