File tree Expand file tree Collapse file tree 4 files changed +8
-28
lines changed
Expand file tree Collapse file tree 4 files changed +8
-28
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,8 @@ node_modules
44coverage.lcov
55coverage
66.DS_Store
7- dist *
7+ dist *
8+ tests /e2e /node-js /package.json
9+ tests /e2e /node-js /yarn.lock
10+ tests /e2e /typescript /package.json
11+ tests /e2e /typescript /yarn.lock
Original file line number Diff line number Diff line change 11npm pack
22cd tests/e2e/node-js
3- yarn install
3+ yarn init --yes
44echo " Installing local bundle from TAR in NodeJS project"
55yarn add ../../../imagekit* .tgz
66node index.js; test_result=$?
1111echo " Final bundle working in NodeJS project"
1212
1313cd ../typescript
14- yarn install
14+ yarn init --yes
15+ yarn add typescript --dev
1516echo " Installing local bundle from TAR in Typescript project"
1617yarn add ../../../imagekit* .tgz
1718npx tsc && node index.js; test_result=$?
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments