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 41cc649 commit 2b582aaCopy full SHA for 2b582aa
package.json
@@ -29,9 +29,8 @@
29
"test:forwards": "npm i react@next react-dom@next --no-save && npm test",
30
"test:latest": "npm i react@latest react-dom@latest --no-save && npm test",
31
"test:compat": "npm run test:backwards && npm run test:forwards && npm run test:latest",
32
- "build": "pack build",
33
- "publish": "pack publish",
34
- "prepublishOnly": "npm run lint && npm run test:compat && npm run build"
+ "build": "npm run lint && npm run test:compat && npm i && pack build",
+ "publish": "npm run build && pack publish"
35
},
36
"dependencies": {},
37
"peerDependencies": {
0 commit comments