Skip to content

Commit 9600468

Browse files
added schema.d.ts to build on travis CI
1 parent 4063c50 commit 9600468

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
*.js
22
*.map
33
node_modules
4-
*.d.ts
54
*.js
65
*.js.map
76
.gitignore

command-builder/deploy/schema.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export interface Schema {
2+
configuration?: string;
3+
noBuild? : boolean;
4+
outputPath? : boolean;
5+
netlifyToken?: string;
6+
siteId?: string;
7+
}

0 commit comments

Comments
 (0)