Skip to content

Commit 3f8ea1f

Browse files
committed
Rename publish task
1 parent 125acbf commit 3f8ea1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "npm run cra:build && npm run cra:start && npm run cypress:run && npm run cra:stop",
1515
"test-ci": "npm run cra:build && npm run cra:start && npm run cypress:run",
1616
"prettier": "prettier --config ./.prettierrc --write \"{src,test,bin,lib,config}/**/*.{ts,json,css,html,md}\"",
17-
"publish": "np"
17+
"publish-package": "np"
1818
},
1919
"devDependencies": {
2020
"@types/react": "^16.9.23",

0 commit comments

Comments
 (0)