Skip to content

Commit c49c919

Browse files
committed
chore: update package.json
1 parent 9c9a146 commit c49c919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"dev": "webpack serve --config ./build/webpack.config.js",
2929
"clean": "rimraf dist/*",
3030
"test": "jest --coverage",
31-
"publish": "np --preview",
32-
"release": "yarn build && yarn publish",
31+
"publishing": "np",
32+
"release": "yarn build && yarn publishing",
3333
"lint": "eslint -c ./.eslintrc.js './{src,scripts,build}/**/*.{js,ts,tsx}'",
3434
"format": "prettier -w '**/*.ts?(x)'"
3535
},

0 commit comments

Comments
 (0)