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 125acbf commit 3f8ea1fCopy full SHA for 3f8ea1f
package.json
@@ -14,7 +14,7 @@
14
"test": "npm run cra:build && npm run cra:start && npm run cypress:run && npm run cra:stop",
15
"test-ci": "npm run cra:build && npm run cra:start && npm run cypress:run",
16
"prettier": "prettier --config ./.prettierrc --write \"{src,test,bin,lib,config}/**/*.{ts,json,css,html,md}\"",
17
- "publish": "np"
+ "publish-package": "np"
18
},
19
"devDependencies": {
20
"@types/react": "^16.9.23",
0 commit comments