File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -236,3 +236,7 @@ workflows:
236
236
filters :
237
237
branches :
238
238
only : master
239
+ prismatest-examples :
240
+ jobs :
241
+ - build :
242
+ location : ./examples
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " PrismatestJS -examples" ,
2
+ "name" : " @mojotech/prismatest -examples" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Examples of using the PrismatestJS library" ,
5
- "main" : " dist/index.js " ,
6
- "types" : " dist/index.d.ts " ,
5
+ "main" : " " ,
6
+ "types" : " " ,
7
7
"author" : " Mojotech" ,
8
8
"license" : " MIT" ,
9
9
"devDependencies" : {
10
- "@types/enzyme" : " ^3.9.3" ,
11
10
"@types/jest" : " ^24.0.13" ,
12
11
"@types/react" : " ^16.8.19" ,
13
12
"@types/react-dom" : " ^16.8.4" ,
22
21
"scripts" : {
23
22
"ts" : " tsc --listFiles -w --noEmit" ,
24
23
"format" : " prettier --write *.ts" ,
24
+ "build" : " echo 'No build!'" ,
25
+ "clean" : " echo 'No clean!'" ,
25
26
"test" : " jest"
26
- },
27
- "files" : [
28
- " ./dist"
29
- ]
27
+ }
30
28
}
You can’t perform that action at this time.
0 commit comments