File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
repo-scripts/changelog-generator Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 48
48
"lint" : " lerna run --scope @firebase/* --scope rxfire lint" ,
49
49
"size-report" : " node scripts/report_binary_size.js" ,
50
50
"api-report" : " lerna run --scope @firebase/*-exp api-report" ,
51
- "docgen:exp" : " node scripts/exp/docgen.js"
51
+ "docgen:exp" : " node scripts/exp/docgen.js" ,
52
+ "postinstall" : " yarn --cwd repo-scripts/changelog-generator build"
52
53
},
53
54
"repository" : {
54
55
"type" : " git" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @firebase/changelog-generator" ,
3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
- "description" : " A template package for new firebase packages " ,
5
+ "description" : " A package for generating changelog " ,
6
6
"author" :
" Firebase <[email protected] > (https://firebase.google.com/)" ,
7
7
"main" : " dist/index.js" ,
8
8
"files" : [
13
13
"lint:fix" : " eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'" ,
14
14
"build" : " tsc" ,
15
15
"build:dev" : " tsc -w" ,
16
- "test" : " yarn type-check && run-p lint test:browser test:node" ,
17
- "test:ci" : " node ../../scripts/run_tests_in_ci.js" ,
18
- "test:browser" : " karma start --single-run" ,
19
- "test:node" : " TS_NODE_COMPILER_OPTIONS='{\" module\" :\" commonjs\" }' nyc --reporter lcovonly -- mocha src/**/*.test.* --config ../../config/mocharc.node.js" ,
20
- "type-check" : " tsc -p . --noEmit" ,
16
+ "test" : " yarn type-check" ,
21
17
"prepare" : " yarn build"
22
18
},
23
19
"dependencies" : {
28
24
},
29
25
"license" : " Apache-2.0" ,
30
26
"devDependencies" : {
31
- "rollup" : " 2.21.0" ,
32
- "rollup-plugin-typescript2" : " 0.27.1" ,
33
27
"typescript" : " 3.9.6"
34
28
},
35
29
"repository" : {
36
- "directory" : " packages/template " ,
30
+ "directory" : " repo-scripts/changelog-generator " ,
37
31
"type" : " git" ,
38
32
"url" : " https://github.com/firebase/firebase-js-sdk.git"
39
33
},
You can’t perform that action at this time.
0 commit comments