Skip to content

Commit

Permalink
Same environment
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Apr 10, 2020
1 parent f2973ab commit a6625c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
npm install
npm release
yarn install
yarn release
clj -A:uberdeps
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "logseq",
"engines": {
"node": "12.16.x"
"node": "11.15.x",
"npm": "6.13.x"
},
"version": "0.0.1",
"private": true,
Expand Down

0 comments on commit a6625c6

Please sign in to comment.