Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 2d1ced0

Browse files
author
Sean Kelley
committed
Remove deprecation warning about prepublish. Tweak job names.
1 parent 67ad98b commit 2d1ced0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
- yarn-packages-{{ checksum "yarn.lock" }}
1616
- yarn-packages-
1717
- run:
18-
name: yarn-install
18+
name: Yarn Install
1919
command: yarn install --frozen-lockfile
2020
- save_cache:
2121
key: yarn-packages-{{ checksum "yarn.lock" }}
2222
paths:
2323
- ~/.cache/yarn
2424
- run:
25-
name: test
25+
name: Test
2626
command: npm test
2727
- persist_to_workspace:
2828
root: ~/synology-typescript-api
@@ -33,10 +33,10 @@ jobs:
3333
- attach_workspace:
3434
at: ~/synology-typescript-api
3535
- run:
36-
name: create-npmrc
36+
name: Create npmrc
3737
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/synology-typescript-api/.npmrc
3838
- run:
39-
name: publish
39+
name: Publish
4040
command: npm publish
4141

4242
workflows:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"typings": "lib/index.d.ts",
77
"scripts": {
88
"test": "tsc",
9-
"prepublish": "tsc"
9+
"prepublishOnly": "tsc"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)