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

Commit 261dfb6

Browse files
committed
fix
1 parent 87f43e0 commit 261dfb6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
registry-url: 'https://registry.npmjs.org'
1616
always-auth: true
1717

18-
- run: npm -g install yarn
19-
- run: yarn install
18+
- run: npm -g install yarn
19+
- run: yarn install --ignore-script
2020
- run: echo ::set-env name=RELEASE_VERSION::$(echo ${GITHUB_REF:10})
2121
- run: echo ::set-env name=RELEASE_VERSION_SEMVER::$(echo ${GITHUB_REF:11})
2222
- run: yarn config set email ${{ secrets.EMAIL }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"private": false,
99
"scripts": {
1010
"postuninstall": "node npm/uninstall.js",
11-
"postinstall": "node npn/install.js"
11+
"postinstall": "node npm/install.js"
1212
},
1313
"dependencies": {
1414
"axios": "^0.19.2",

0 commit comments

Comments
 (0)