We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d69f5f commit 82dc5d5Copy full SHA for 82dc5d5
actions/base/action.yaml
@@ -67,8 +67,8 @@ runs:
67
env:
68
FP_CI: fp_ci
69
run: |
70
- bash .github/workflows/setup-local-esm-npm.sh
71
- cp ./dist/npmrc-smoke .npmrc
+ bash smoke/setup-local-esm-npm.sh
+ #cp ./dist/npmrc-smoke .npmrc
72
73
- name: smoke Attempt 1
74
shell: bash
smoke/publish-local-registry.sh
@@ -5,7 +5,7 @@ projectRoot=$(pwd)
5
6
if [ "$FP_CI" != 'fp_ci' ]
7
then
8
+ bash $projectRoot/smoke/setup-local-esm-npm.sh
9
fi
10
11
#unset npm_config_registry
.github/workflows/setup-local-esm-npm.sh smoke/setup-local-esm-npm.sh.github/workflows/setup-local-esm-npm.sh renamed to smoke/setup-local-esm-npm.sh
0 commit comments