不要怂,就是干,撸起袖子干!

Commit ab7a9548 by Sushant

build: no yarn for pg-native

1 parent 63fabc85
Showing with 1 additions and 1 deletions
...@@ -18,7 +18,7 @@ install: ...@@ -18,7 +18,7 @@ install:
- |- - |-
if [ "$TSC" = true ]; then npm run test-typings; fi if [ "$TSC" = true ]; then npm run test-typings; fi
- |- - |-
if [ "$DIALECT" = "postgres-native" ]; then yarn add pg-native; fi if [ "$DIALECT" = "postgres-native" ]; then npm install pg-native; fi
env: env:
global: global:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!