Skip to content

Commit 3cb88e7

Browse files
committed
fix: release
1 parent 3645305 commit 3cb88e7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,13 @@
3333
}
3434
],
3535
"scripts": {
36-
"clean": "rimraf dist",
3736
"prebuild": "npm run clean",
3837
"build": "microbundle build --jsx React.createElement",
3938
"lint": "eslint '**/*.{js,ts}'",
4039
"lint:fix": "npm run lint -- --fix",
4140
"lint:types": "tsc --noEmit",
4241
"test": "jest --runInBand",
43-
"test:watch": "npm run test -- --watchAll --coverage",
44-
"postversion": "git push && git push origin v$npm_package_version",
45-
"prepublishOnly": "npm run lint && npm run lint:types && npm test && npm run build"
42+
"test:watch": "npm run test -- --watchAll --coverage"
4643
},
4744
"keywords": [
4845
"react",

0 commit comments

Comments
 (0)