mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Use production package name in documentation
This commit is contained in:
parent
f2fd82aa93
commit
61d940696e
1 changed files with 2 additions and 2 deletions
|
|
@ -118,7 +118,7 @@ This automatically configures your CI environment to use Aikido Safe Chain for a
|
||||||
|
|
||||||
- name: Setup safe-chain
|
- name: Setup safe-chain
|
||||||
run: |
|
run: |
|
||||||
npm i -g ./aikidosec-safe-chain-1.0.0.tgz
|
npm i -g @aikidosec/safe-chain
|
||||||
safe-chain setup-ci
|
safe-chain setup-ci
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
@ -135,7 +135,7 @@ This automatically configures your CI environment to use Aikido Safe Chain for a
|
||||||
displayName: "Install Node.js"
|
displayName: "Install Node.js"
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
npm i -g ./aikidosec-safe-chain-1.0.0.tgz
|
npm i -g @aikidosec/safe-chain
|
||||||
safe-chain setup-ci
|
safe-chain setup-ci
|
||||||
displayName: "Install safe chain"
|
displayName: "Install safe chain"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue