File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/setup-node@v1
15
15
with :
16
16
node-version : ${{ matrix.node }}
17
+ - name : Setup NPM
18
+ run : npm config set scripts-prepend-node-path true
17
19
- run : yarn install
18
20
- run : yarn build
19
21
- run : yarn test
Original file line number Diff line number Diff line change 13
13
- uses : actions/setup-node@v1
14
14
with :
15
15
node-version : 10
16
+ registry-url : ' https://registry.npmjs.org'
17
+ - name : Setup NPM
18
+ run : npm config set scripts-prepend-node-path true
16
19
- run : yarn install
17
20
- run : yarn build
18
21
- run : yarn test
21
24
- run : yarn wsrun -p 'fractal-component' --stages bundlesize
22
25
- name : Publish to NPM
23
26
env :
24
- INPUT_TOKEN : " ${{ secrets.NPM_TOKEN }}"
27
+ NODE_AUTH_TOKEN : " ${{ secrets.NPM_TOKEN }}"
25
28
run : |
26
29
echo "attempt to publish package to NPM..."
27
30
npm config set scripts-prepend-node-path true
You can’t perform that action at this time.
0 commit comments