We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ad738 commit 8fa0d29Copy full SHA for 8fa0d29
1 file changed
Makefile
@@ -34,6 +34,7 @@ setup:
34
# Intalling AO
35
install:
36
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
38
sudo npm install
39
sudo npm i -g https://get_ao.g8way.io
40
@@ -45,7 +46,7 @@ build:
45
46
47
# Define the target for running tests
48
test:
- busted --verbose
49
+ sudo busted --verbose
50
51
deploy:
52
bash deploy.sh
0 commit comments