Skip to content

Commit b71e828

Browse files
authored
chore(firestore-stripe-payments): cleanup of source files, added prepare build step (#359)
* chore(firestore-stripe-payments): cleanup of source files, added prepare build step * removed obsolete lib files
1 parent 5929d23 commit b71e828

File tree

10 files changed

+5
-871
lines changed

10 files changed

+5
-871
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules/
2-
firebase.json
2+
firebase.json
3+
lib

firestore-stripe-payments/functions/lib/config.js

Lines changed: 0 additions & 27 deletions
This file was deleted.

firestore-stripe-payments/functions/lib/config.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

firestore-stripe-payments/functions/lib/index.js

Lines changed: 0 additions & 734 deletions
This file was deleted.

firestore-stripe-payments/functions/lib/index.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

firestore-stripe-payments/functions/lib/interfaces.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

firestore-stripe-payments/functions/lib/interfaces.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

firestore-stripe-payments/functions/lib/logs.js

Lines changed: 0 additions & 85 deletions
This file was deleted.

firestore-stripe-payments/functions/lib/logs.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

firestore-stripe-payments/functions/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
"name": "firestore-stripe-payments",
33
"main": "lib/index.js",
44
"scripts": {
5-
"build": "npm run clean && ./node_modules/.bin/tsc",
6-
"build:watch": "npm run clean && ./node_modules/.bin/tsc --watch",
5+
"prepare": "npm run build",
76
"clean": "rimraf lib",
7+
"build": "npm run clean && tsc",
8+
"build:watch": "tsc --watch",
89
"compile": "tsc",
910
"generate-readme": "firebase ext:info .. --markdown > ../README.md",
1011
"test": "ts-node ./__tests__/run-script.ts",

0 commit comments

Comments
 (0)