File tree Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Expand file tree Collapse file tree 1 file changed +19
-17
lines changed Original file line number Diff line number Diff line change 26
26
run : npm build
27
27
28
28
- name : npm run pack
29
- run : npm run pack
29
+ run : npm run package
30
30
31
31
audit :
32
32
name : Audit
57
57
run : npm install
58
58
59
59
- name : npm lint
60
- run : npm lint
60
+ run : npm run lint
61
61
62
- test :
63
- name : Test
64
- runs-on : ubuntu-latest
65
- steps :
66
- - uses : actions/checkout@v2
67
-
68
- - name : Set up Node.js
69
- uses : actions/setup-node@v1
70
- with :
71
- node-version : ${{ env.node_version }}
62
+ # No node tests setup yet
72
63
73
- - name : npm install
74
- run : npm install
75
-
76
- - name : npm test
77
- run : npm test
64
+ # test:
65
+ # name: Test
66
+ # runs-on: ubuntu-latest
67
+ # steps:
68
+ # - uses: actions/checkout@v2
69
+ #
70
+ # - name: Set up Node.js
71
+ # uses: actions/setup-node@v1
72
+ # with:
73
+ # node-version: ${{ env.node_version }}
74
+ #
75
+ # - name: npm install
76
+ # run: npm install
77
+ #
78
+ # - name: npm test
79
+ # run: npm test
78
80
79
81
# test:
80
82
# name: Test
You can’t perform that action at this time.
0 commit comments