File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,28 @@ jobs:
15
15
registry-url : ' https://registry.npmjs.org'
16
16
17
17
- name : Install npm dependencies
18
+ working-directory : ./libraries/spfx-controls-react
18
19
run : npm i
19
20
20
21
- name : Update the package version
22
+ working-directory : ./libraries/spfx-controls-react
21
23
if : github.ref == 'refs/heads/dev'
22
24
run : node scripts/update-package-version.js $GITHUB_RUN_ID
23
25
24
26
- name : Update version number for telemetry
27
+ working-directory : ./libraries/spfx-controls-react
25
28
run : npm run versionUpdater
26
29
27
30
- name : Create/update the missing localization keys
31
+ working-directory : ./libraries/spfx-controls-react
28
32
run : npm run localization
29
33
30
34
- name : Run build
35
+ working-directory : ./libraries/spfx-controls-react
31
36
run : npm run build
32
37
33
38
- name : Publish beta release
39
+ working-directory : ./libraries/spfx-controls-react
34
40
run : npm publish --tag beta4 --access public
35
41
if : github.ref == 'refs/heads/dev'
36
42
env :
You can’t perform that action at this time.
0 commit comments