File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -40,17 +40,17 @@ jobs:
4040 - name : Install Dependencies
4141 run : npm ci
4242
43- # - name: Build config packages
44- # run: npm run prestart
43+ - name : Build config packages
44+ run : npm run prestart
4545
46- # - name: Run Tests
47- # run: npm run test
46+ - name : Run Tests
47+ run : npm run test
4848
49- # - name: Build
50- # run: npm run build
49+ - name : Build
50+ run : npm run build
5151
52- # - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
53- # run: npm audit signatures
52+ - name : Verify the integrity of provenance attestations and registry signatures for installed dependencies
53+ run : npm audit signatures
5454
5555 # if publish to npm
5656 - name : Setup npm auth
7979
8080 - name : Release Packages
8181 # https://github.com/lerna/lerna/tree/main/libs/commands/publish#readme
82- run : npm exec -- lerna publish ${{ inputs.positional != 'default' && inputs.positional || '' }} --yes --no-private --no-push --no-git-tag-version
82+ run : npm exec -- lerna publish ${{ inputs.positional != 'default' && inputs.positional || '' }} --yes --no-private
You can’t perform that action at this time.
0 commit comments