Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 9edce2c

Browse files
committed
chore(package): rename deploy script
1 parent 07c2a7e commit 9edce2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,14 @@
7777
"contributors:add": "all-contributors add",
7878
"contributors:generate": "all-contributors generate",
7979
"copy:build": "cp package.json lib/ && cp README.md lib/ && cp LICENSE lib/",
80+
"deploy": "npm run build && cd lib && npm publish && cd ..",
8081
"docs:server": "styleguidist server",
8182
"docs": "styleguidist build",
8283
"lint:fix": "npm run lint:write --fix \"src/**/*.{ts,tsx}\"",
8384
"lint:write": "tslint -p tsconfig.build.json -c tslint.json",
8485
"lint": "npm run lint:write \"src/**/*.{ts,tsx}\"",
8586
"prettier:write": "prettier -c .prettierrc --write",
8687
"prettier": "npm run prettier:write \"src/**/*.{ts,tsx}\"",
87-
"publish:lib": "npm run build && cd lib && npm publish && cd ..",
8888
"report-coverage": "cat ./coverage/lcov.info | coveralls",
8989
"test:prod": "npm run lint && npm run test --coverage --no-cache",
9090
"test:watch": "jest --watch",

0 commit comments

Comments
 (0)