Skip to content

Commit

Permalink
add support for POSIX operators
Browse files Browse the repository at this point in the history
  • Loading branch information
Dip authored and christophediprima committed Nov 12, 2020
1 parent 70303a5 commit d1f0ec8
Show file tree
Hide file tree
Showing 27 changed files with 3,696 additions and 3,036 deletions.
4 changes: 2 additions & 2 deletions cli-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A service to generate Hasura action scaffolds",
"main": "src/server.js",
"scripts": {
"get-shared-modules": "rm -rf src/shared && cp ../console/src/shared ./src/shared -r",
"get-shared-modules": "rm -rf ./src/shared && cp -r ../console/src/shared ./src/shared",
"pretranspile": "npm run get-shared-modules",
"transpile": "rm -rf build/* && babel --extensions '.ts,.js' ./src ./tests --out-dir build",
"prebuild": "npm run transpile",
Expand Down Expand Up @@ -57,4 +57,4 @@
"prettier-eslint-cli": "^5.0.0",
"typescript": "^3.9.2"
}
}
}
Loading

0 comments on commit d1f0ec8

Please sign in to comment.