@@ -42,32 +42,31 @@ jobs:
4242 npm link ../../../service
4343 npm test
4444
45- # package:
46- # name: package plugin arcgis.service
47- # needs: [config, test]
48- # runs-on: ubuntu-latest
49- # steps:
50- # - name: checkout
51- # uses: actions/checkout@v3
52- # - name: setup node
53- # uses: actions/setup-node@v3
54- # with:
55- # node-version: ${{ needs.config.outputs.node_versions-lts }}
56- # cache: npm
57- # cache-dependency-path: |
58- # plugins/arcgis/service/package-lock.json
59- # - name: build
60- # run: |
61- # cd plugins/arcgis/service
62- # npm ci
63- # ls
64- # npm link ../../../service
65- # npm run build
66- # - name: pack
67- # run: npm pack ./plugins/arcgis/service
68- # - name: upload package
69- # uses: actions/upload-artifact@v4
70- # with:
71- # name: arcgis.service-artifacts
72- # path: |
73- # ngageoint-mage.*.tgz
45+ package :
46+ name : package plugin arcgis.service
47+ needs : [config, test]
48+ runs-on : ubuntu-latest
49+ steps :
50+ - name : checkout
51+ uses : actions/checkout@v3
52+ - name : setup node
53+ uses : actions/setup-node@v3
54+ with :
55+ node-version : ${{ needs.config.outputs.node_versions-lts }}
56+ cache : npm
57+ cache-dependency-path : |
58+ plugins/arcgis/service/package-lock.json
59+ - name : build
60+ run : |
61+ cd plugins/arcgis/service
62+ npm ci
63+ npm link ../../../service
64+ npm run build
65+ - name : pack
66+ run : npm pack ./plugins/arcgis/service
67+ - name : upload package
68+ uses : actions/upload-artifact@v4
69+ with :
70+ name : arcgis.service-artifacts
71+ path : |
72+ ngageoint-mage.*.tgz
0 commit comments