File tree 4 files changed +16
-0
lines changed
4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -35,3 +35,6 @@ yarn-error.log*
35
35
! .yarn /releases
36
36
! .yarn /sdks
37
37
! .yarn /versions
38
+
39
+ # npm
40
+ * .tgz
Original file line number Diff line number Diff line change
1
+ dist /* .d.ts.map
Original file line number Diff line number Diff line change 46
46
"lint:fix" : " yarn lint --fix" ,
47
47
"postinstall" : " husky install" ,
48
48
"prepack" : " pinst --disable" ,
49
+ "prepublishOnly" : " yarn build" ,
49
50
"postpack" : " pinst --enable" ,
50
51
"test" : " yarn run test:ts && yarn run test:unit" ,
51
52
"test:unit" : " jest" ,
78
79
"jest" : " ^29.7.0" ,
79
80
"jest-environment-jsdom" : " ^29.7.0" ,
80
81
"lint-staged" : " ^15.0.1" ,
82
+ "pinst" : " ^3.0.0" ,
81
83
"prettier" : " ^3.0.3" ,
82
84
"react" : " ^18.0.0" ,
83
85
"react-dom" : " ^18.0.0" ,
Original file line number Diff line number Diff line change @@ -1342,6 +1342,7 @@ __metadata:
1342
1342
jest : ^29.7.0
1343
1343
jest-environment-jsdom : ^29.7.0
1344
1344
lint-staged : ^15.0.1
1345
+ pinst : ^3.0.0
1345
1346
prettier : ^3.0.3
1346
1347
react : ^18.0.0
1347
1348
react-dom : ^18.0.0
@@ -7244,6 +7245,15 @@ __metadata:
7244
7245
languageName : node
7245
7246
linkType : hard
7246
7247
7248
+ " pinst@npm:^3.0.0 " :
7249
+ version : 3.0.0
7250
+ resolution : " pinst@npm:3.0.0"
7251
+ bin :
7252
+ pinst : bin.js
7253
+ checksum : 4ae48a6a60f79c37071233af51b4d91bfc85cfa3c12b66ccda60cdb642b4d14a4ab0cb3587afc55b1f6192cea1772a5e4822026a0d0d3528296edef00cc2d61f
7254
+ languageName : node
7255
+ linkType : hard
7256
+
7247
7257
" pirates@npm:^4.0.4 " :
7248
7258
version : 4.0.6
7249
7259
resolution : " pirates@npm:4.0.6"
You can’t perform that action at this time.
0 commit comments