Skip to content

Commit 8fa0d29

Browse files
Update Makefile
1 parent 34ad738 commit 8fa0d29

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ setup:
3434
# Intalling AO
3535
install:
3636
sudo luarocks install --tree=lib --only-deps arcao-process-template-1.0-1.rockspec
37+
sudo luarocks install --only-deps arcao-process-template-1.0-1.rockspec
3738
sudo npm install
3839
sudo npm i -g https://get_ao.g8way.io
3940

@@ -45,7 +46,7 @@ build:
4546

4647
# Define the target for running tests
4748
test:
48-
busted --verbose
49+
sudo busted --verbose
4950

5051
deploy:
5152
bash deploy.sh

0 commit comments

Comments
 (0)