Skip to content

Commit

Permalink
support installing from git
Browse files Browse the repository at this point in the history
  • Loading branch information
aoskotsky-amplify committed May 16, 2023
1 parent 9e86fea commit 5fa3b8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"test:debug": "NODE_OPTIONS='--inspect-brk' mocha -j 1 -r ts-node/register --project tsconfig.json test/unit-tests/index.test.ts",
"integration-test": "npm run integration-basic && npm run integration-deploy",
"lint": "tslint --project . && tslint --project tsconfig.json",
"build": "tsc --project ."
"build": "tsc --project .",
"prepare": "npm run build"
},
"files": [
"*.js",
Expand Down

0 comments on commit 5fa3b8a

Please sign in to comment.