Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
John60676 committed Dec 7, 2020
1 parent 9c9a146 commit c49c919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"dev": "webpack serve --config ./build/webpack.config.js",
"clean": "rimraf dist/*",
"test": "jest --coverage",
"publish": "np --preview",
"release": "yarn build && yarn publish",
"publishing": "np",
"release": "yarn build && yarn publishing",
"lint": "eslint -c ./.eslintrc.js './{src,scripts,build}/**/*.{js,ts,tsx}'",
"format": "prettier -w '**/*.ts?(x)'"
},
Expand Down

0 comments on commit c49c919

Please sign in to comment.