File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 80
80
if : steps.cache.outputs.cache-hit != 'true'
81
81
working-directory : ${{github.workspace}}
82
82
83
+ # Builds current package and the ones it depends from.
84
+ - run : npm run build:trie
85
+ working-directory : ${{github.workspace}}
86
+
83
87
- run : npm run benchmarks | tee output.txt
84
88
working-directory : ${{ env.cwd }}
85
89
Original file line number Diff line number Diff line change 10
10
],
11
11
"browser" : " dist.browser/index.js" ,
12
12
"scripts" : {
13
- "benchmarks" : " npm run build && node -r ts-node/register --max-old-space-size=8024 benchmarks" ,
14
- "profiling" : " npm run build && tsc --target ES5 benchmarks/random.ts && 0x benchmarks/random.js" ,
15
- "build" : " tsc -p tsconfig.prod.json && tsc -p tsconfig.browser.json" ,
13
+ "benchmarks" : " node -r ts-node/register --max-old-space-size=8024 benchmarks" ,
14
+ "profiling" : " tsc --target ES5 benchmarks/random.ts && 0x benchmarks/random.js" ,
16
15
"prepublishOnly" : " npm run build && npm run test" ,
17
- "coverage" : " nyc --reporter=lcov npm run test:node" ,
16
+ "build" : " ethereumjs-config-ts-build" ,
17
+ "coverage" : " ethereumjs-config-coverage" ,
18
18
"docs:build" : " typedoc" ,
19
19
"lint" : " ethereumjs-config-lint" ,
20
20
"lint:fix" : " ethereumjs-config-lint-fix" ,
21
21
"tsc" : " ethereumjs-config-tsc" ,
22
22
"test" : " npm run test:node && npm run test:browser" ,
23
- "test:browser" : " npm run build && karma start karma.conf.js" ,
23
+ "test:browser" : " karma start karma.conf.js" ,
24
24
"test:node" : " tape -r ts-node/register test/*.ts"
25
25
},
26
26
"author" : {
You can’t perform that action at this time.
0 commit comments