Skip to content

Commit 350f74d

Browse files
Skip install post install scripts for deps
1 parent 557a131 commit 350f74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/updateExampleAppDeps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
cd $1;
4-
npm i;
4+
npm i --ignore-scripts;
55
npm install git+https://github.com:supertokens/supertokens-auth-react.git#$GITHUB_SHA;
66

77
if [ -d "frontend" ]; then

0 commit comments

Comments
 (0)