We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3645305 commit 3cb88e7Copy full SHA for 3cb88e7
package.json
@@ -33,16 +33,13 @@
33
}
34
],
35
"scripts": {
36
- "clean": "rimraf dist",
37
"prebuild": "npm run clean",
38
"build": "microbundle build --jsx React.createElement",
39
"lint": "eslint '**/*.{js,ts}'",
40
"lint:fix": "npm run lint -- --fix",
41
"lint:types": "tsc --noEmit",
42
"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"
+ "test:watch": "npm run test -- --watchAll --coverage"
46
},
47
"keywords": [
48
"react",
0 commit comments