Skip to content

Commit 82dc5d5

Browse files
committed
chore: nicer smoke
1 parent 2d69f5f commit 82dc5d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

actions/base/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ runs:
6767
env:
6868
FP_CI: fp_ci
6969
run: |
70-
bash .github/workflows/setup-local-esm-npm.sh
71-
cp ./dist/npmrc-smoke .npmrc
70+
bash smoke/setup-local-esm-npm.sh
71+
#cp ./dist/npmrc-smoke .npmrc
7272
7373
- name: smoke Attempt 1
7474
shell: bash

smoke/publish-local-registry.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ projectRoot=$(pwd)
55

66
if [ "$FP_CI" != 'fp_ci' ]
77
then
8-
bash .github/workflows/setup-local-esm-npm.sh
8+
bash $projectRoot/smoke/setup-local-esm-npm.sh
99
fi
1010

1111
#unset npm_config_registry

0 commit comments

Comments
 (0)