[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: correct pinst command

Daniel Roe (Apr 6, 2021, 11:52 AM +0100) 9892210b f71b5e06

+2 -2
+2 -2
package.json
··· 34 34 "lint:eslint": "eslint --fix", 35 35 "lint:prettier": "prettier --write --loglevel warn", 36 36 "prepare": "yarn husky install && yarn bootstrap", 37 - "prepublishOnly": "yarn lint && yarn test && pinst --disable", 37 + "prepublishOnly": "yarn lint && yarn test && yarn pinst --disable", 38 38 "release": "release-it", 39 39 "test": "jest", 40 40 "watch": "yarn build --watch", 41 41 "postinstall": "husky install", 42 - "postpublish": "pinst --enable" 42 + "postpublish": "yarn pinst --enable" 43 43 }, 44 44 "dependencies": { 45 45 "@rollup/plugin-alias": "^3.1.2",