浏览代码

docs(algorand): change npm install to npm ci; remove NOTES file (#4488)

* docs(algorand): change npm install to npm ci; remove NOTES file
John Saigle 2 月之前
父节点
当前提交
874fae36df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      algorand/audit_test/README.MD

+ 1 - 1
algorand/audit_test/README.MD

@@ -1,5 +1,5 @@
 # How to run the tests
 1. Run the sandbox with a `dev` environment and copy `reset_sandbox.sh` to the same directory as the sandbox executable
 2. Run the `reset_sandbox.sh` script
-3. Run `npm install` in this directory
+3. Run `npm ci` in this directory
 4. Run `npm test` in this directory