Skip to content

Commit 125acbf

Browse files
committed
Call np from an npm script
1 parent 0098862 commit 125acbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"cypress:run": "echo \"Starting cypress...\" && cypress run",
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",
16-
"prettier": "prettier --config ./.prettierrc --write \"{src,test,bin,lib,config}/**/*.{ts,json,css,html,md}\""
16+
"prettier": "prettier --config ./.prettierrc --write \"{src,test,bin,lib,config}/**/*.{ts,json,css,html,md}\"",
17+
"publish": "np"
1718
},
1819
"devDependencies": {
1920
"@types/react": "^16.9.23",

0 commit comments

Comments
 (0)