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 2ce19a0 commit 6b2496fCopy full SHA for 6b2496f
.github/workflows/publish.yml
@@ -17,7 +17,10 @@ jobs:
17
cache: 'yarn'
18
- run: yarn install --frozen-lockfile
19
- run: yarn test
20
+ - run: yarn build
21
+ - run: yarn build:node
22
- uses: JS-DevTools/npm-publish@19c28f1ef146469e409470805ea4279d47c3d35c # v3.1.1
23
with:
24
token: ${{ secrets.NPM_TOKEN }}
25
strategy: all
26
+ tag: test
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@iterable/web-sdk",
3
"description": "Iterable SDK for JavaScript and Node.",
4
- "version": "2.0.1-test.0",
+ "version": "2.0.2-test",
5
"homepage": "https://iterable.com/",
6
"repository": {
7
"type": "git",
0 commit comments