We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dev
npm ci
1 parent 08281c8 commit a012d3dCopy full SHA for a012d3d
.github/workflows/publish-dev.yml
@@ -1,8 +1,9 @@
1
name: Publish DEV
2
3
on:
4
- release:
5
- types: [published]
+ push:
+ branches:
6
+ - dev
7
8
jobs:
9
test:
@@ -15,7 +16,7 @@ jobs:
15
16
node-version: 20.x
17
cache: npm
18
- run: |
- npm install
19
+ npm ci
20
npm run build
21
npm run test
22
@@ -30,8 +31,8 @@ jobs:
30
31
32
33
registry-url: https://registry.npmjs.org/
- - run: |
34
+ - run: |
35
36
37
npm publish --access public --tag dev
38
env:
0 commit comments