File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
" dist"
18
18
],
19
19
"scripts" : {
20
- "prepare" : " tsup " ,
20
+ "prepare" : " pnpm run build " ,
21
21
"emulators:start" : " firebase emulators:start -P demo-firebaseui" ,
22
22
"build" : " tsup" ,
23
23
"build:local" : " pnpm run build && pnpm pack" ,
31
31
"test:integration:watch" : " vitest tests/integration" ,
32
32
"test" : " vitest run" ,
33
33
"publish:tags" : " sh -c 'TAG=\" ${npm_package_name}@${npm_package_version}\" ; git tag --list \" $TAG\" | grep . || git tag \" $TAG\" ; git push origin \" $TAG\" '" ,
34
- "release" : " pnpm pack --pack-destination ../../releases/"
34
+ "release" : " pnpm run build && pnpm pack --pack-destination --pack-destination ../../releases/"
35
35
},
36
36
"keywords" : [
37
37
" firebase" ,
Original file line number Diff line number Diff line change 16
16
" dist"
17
17
],
18
18
"scripts" : {
19
- "prepare" : " tsup " ,
19
+ "prepare" : " pnpm run build " ,
20
20
"build" : " tsup" ,
21
21
"build:local" : " pnpm run build && pnpm pack" ,
22
22
"dev" : " tsup --watch" ,
28
28
"test:integration" : " vitest run tests/integration" ,
29
29
"test:integration:watch" : " vitest tests/integration" ,
30
30
"publish:tags" : " sh -c 'TAG=\" ${npm_package_name}@${npm_package_version}\" ; git tag --list \" $TAG\" | grep . || git tag \" $TAG\" ; git push origin \" $TAG\" '" ,
31
- "release" : " pnpm pack --pack-destination ../../releases/"
31
+ "release" : " pnpm run build && pnpm pack --pack-destination --pack-destination ../../releases/"
32
32
},
33
33
"peerDependencies" : {
34
34
"@firebase-ui/core" : " workspace:*" ,
Original file line number Diff line number Diff line change 7
7
" src"
8
8
],
9
9
"scripts" : {
10
- "prepare" : " tsup " ,
10
+ "prepare" : " pnpm run build " ,
11
11
"build" : " npx -y @tailwindcss/cli -i ./src.css -o ./dist.css --minify" ,
12
12
"build:local" : " pnpm run build && pnpm pack" ,
13
13
"publish:tags" : " sh -c 'TAG=\" ${npm_package_name}@${npm_package_version}\" ; git tag --list \" $TAG\" | grep . || git tag \" $TAG\" ; git push origin \" $TAG\" '" ,
14
- "release" : " pnpm pack --pack-destination ../../releases/"
14
+ "release" : " pnpm run build && pnpm pack --pack-destination ../../releases/"
15
15
},
16
16
"devDependencies" : {
17
17
"tailwindcss" : " ^4.0.0"
Original file line number Diff line number Diff line change 25
25
"format" : " prettier --write \" src/**/*.ts\" " ,
26
26
"clean" : " rimraf dist" ,
27
27
"publish:tags" : " sh -c 'TAG=\" ${npm_package_name}@${npm_package_version}\" ; git tag --list \" $TAG\" | grep . || git tag \" $TAG\" ; git push origin \" $TAG\" '" ,
28
- "release" : " pnpm pack --pack-destination ../../releases/"
28
+ "release" : " npm run build && pnpm pack --pack-destination ../../releases/"
29
29
},
30
30
"devDependencies" : {
31
31
"prettier" : " ^3.1.1" ,
You can’t perform that action at this time.
0 commit comments