Skip to content

Commit bb1b825

Browse files
committed
update publish scripts
1 parent 0b24486 commit bb1b825

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/npm-publish-next.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
with:
1414
node-version: 12
1515
- run: npm ci
16-
- run: npm start:api
17-
- run: npm test
16+
- run: npm run p2:api
17+
- run: npm run test:unit
1818
- run: npm run build
1919

2020
publish-npm:

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
with:
1414
node-version: 12
1515
- run: npm ci
16-
- run: npm start:api
17-
- run: npm test
16+
- run: npm run p2:api
17+
- run: npm run test:unit
1818
- run: npm run build
1919

2020
publish-npm:

0 commit comments

Comments
 (0)