Skip to content

Commit 23d1bf8

Browse files
committed
Fix the publish command to work with changesets
1 parent 90b99b4 commit 23d1bf8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717
"test:tslint": "tslint -c tslint.json --project tsconfig.json '**/*.{ts,tsx,js,jsx}'",
1818
"test:jest": "jest --coverage",
1919
"test:prettier": "prettier \"**/*.{ts,tsx,js,jsx,css,scss,json,md,mdx,html}\" --list-different",
20-
"prepublishOnly": "microbundle",
2120
"format": "prettier \"**/*.{ts,tsx,js,jsx,css,scss,json,md,mdx,html}\" --write",
22-
"release": "np"
21+
"release": "rm -rf dist && yarn install --frozen-lockfile && yarn test && yarn microbundle"
2322
},
2423
"dependencies": {
2524
"copy-to-clipboard": "^3.3.1"

0 commit comments

Comments
 (0)