File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ packages/web-features/index.d.ts
5
5
packages /** /LICENSE.txt
6
6
packages /web-features /data.json
7
7
packages /web-features /data.schema.json
8
- packages /web-features /types.ts
8
+ packages /web-features /types *
9
+ packages /web-features /index.js
9
10
data.extended.json
10
- index.js
11
11
12
12
# Ignore files created & used by pages & 11ty
13
13
/_site /**
Original file line number Diff line number Diff line change @@ -35,7 +35,12 @@ yargs(process.argv.slice(2))
35
35
36
36
function buildPackage ( ) {
37
37
const packageDir = new URL ( "./packages/web-features/" , rootDir ) ;
38
- const filesToCopy = [ "LICENSE.txt" , "types.ts" , "schemas/data.schema.json" ] ;
38
+ const filesToCopy = [
39
+ "LICENSE.txt" ,
40
+ "types.quicktype.ts" ,
41
+ "types.ts" ,
42
+ "schemas/data.schema.json" ,
43
+ ] ;
39
44
40
45
if ( ! valid ( data ) ) {
41
46
logger . error ( "Data failed schema validation. No package built." ) ;
You can’t perform that action at this time.
0 commit comments