Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
refactor: remove obsolete --vanilla flag
Browse files Browse the repository at this point in the history
near/create-near-app#387 removed the --vanilla flag and made vanilla JS
the default; we can remove this flag here
  • Loading branch information
chadoh authored and janedegtiareva committed Jul 6, 2020
1 parent 74d2f17 commit 5fb5f53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/test_account_operations.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -ex
rm -rf tmp-project
yarn create near-app --vanilla tmp-project
yarn create near-app tmp-project
cd tmp-project
timestamp=$(date +%s)
testaccount=testaccount$timestamp.test.near
Expand Down
2 changes: 1 addition & 1 deletion test/test_contract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -ex
rm -rf tmp-project

yarn create near-app --vanilla tmp-project
yarn create near-app tmp-project

cd tmp-project

Expand Down

0 comments on commit 5fb5f53

Please sign in to comment.