We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a550816 commit 28a15c3Copy full SHA for 28a15c3
.github/workflows/npm-publish.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
node-version: 12
18
- run: npm install
19
- - run: npx tsc index.ts
+ - run: npm run build
20
- run: npm test
21
22
publish-npm:
@@ -29,7 +29,7 @@ jobs:
29
30
registry-url: https://registry.npmjs.org/
31
32
33
- run: npm publish
34
env:
35
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -44,7 +44,7 @@ jobs:
44
45
registry-url: https://npm.pkg.github.com/
46
47
48
- run: npm install -g json
49
- run: json -I -f package.json -e 'this.name="@vip-git/context-api-dev-tools-extension"'
50
- run: npm publish --registry=https://npm.pkg.github.com --scope=public
0 commit comments