[READ-ONLY] Mirror of https://github.com/danielroe/siroc. Zero-config build tooling for Node
bundle node package rollup typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: fix prepare command

Daniel Roe (Feb 22, 2021, 1:17 PM UTC) f0a337af b675f840

+1 -1
+1 -1
package.json
··· 34 34 "lint:all:prettier": "yarn lint:prettier \"**/*.{js,json,ts,vue}\"", 35 35 "lint:eslint": "eslint --fix", 36 36 "lint:prettier": "prettier --write --loglevel warn", 37 - "prepare": "husky install && yarn bootstrap", 37 + "prepare": "yarn husky install && yarn bootstrap", 38 38 "prepublishOnly": "yarn lint && yarn test", 39 39 "release": "release-it", 40 40 "test": "jest",