This repository was archived by the owner on May 4, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed
intl-messageformat-parser
intl-unified-numberformat Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 25
25
"schema-utils" : " ^2.2.0"
26
26
},
27
27
"scripts" : {
28
- "clean" : " rimraf lib test/fixtures/**/actual.json" ,
28
+ "clean" : " rimraf lib test/fixtures/**/actual.json *.tsbuildinfo " ,
29
29
"test" : " cross-env TS_NODE_PROJECT=./tsconfig.json cross-env NODE_ENV=test jest" ,
30
30
"cover" : " npm t -- --coverage" ,
31
31
"build" : " json2ts -i src/options.schema.json -o src/options.ts && tsc"
Original file line number Diff line number Diff line change 36
36
"url" :
" git+ssh://[email protected] /formatjs/formatjs.git"
37
37
},
38
38
"scripts" : {
39
- "clean" : " rimraf lib" ,
39
+ "clean" : " rimraf lib *.tsbuildinfo " ,
40
40
"build" : " tsc -p tsconfig.build.json" ,
41
41
"test" : " cross-env TS_NODE_PROJECT=./tsconfig.json cross-env NODE_ENV=test jest"
42
42
},
Original file line number Diff line number Diff line change 38
38
"scripts" : {
39
39
"cldr" : " ts-node --project tsconfig.cjs.json scripts/cldr" ,
40
40
"build" : " npm run cldr && npm run compile && npm run rollup" ,
41
- "clean" : " rimraf dist dist-es6 lib" ,
41
+ "clean" : " rimraf dist dist-es6 lib *.tsbuildinfo " ,
42
42
"jest" : " cross-env NODE_ICU_DATA=../../node_modules/full-icu TS_NODE_PROJECT=tsconfig.cjs.json cross-env NODE_ENV=test jest" ,
43
43
"test262" : " cross-env NODE_ICU_DATA=../../node_modules/full-icu TS_NODE_PROJECT=tsconfig.cjs.json ts-node tests/runner" ,
44
44
"test" : " npm run jest && npm run test262" ,
Original file line number Diff line number Diff line change 11
11
" src"
12
12
],
13
13
"scripts" : {
14
- "clean" : " rimraf dist lib" ,
14
+ "clean" : " rimraf dist lib *.tsbuildinfo " ,
15
15
"benchmark" : " ts-node --project tsconfig.cjs.json tests/benchmark" ,
16
16
"build" : " tsc && tsc -p tsconfig.cjs.json && rollup -c rollup.config.js" ,
17
17
"test" : " mocha --opts ../../mocha.opts tests/index.ts"
Original file line number Diff line number Diff line change 37
37
"scripts" : {
38
38
"build" : " npm run cldr && npm run compile" ,
39
39
"cldr" : " ts-node --project tsconfig.cjs.json scripts/cldr" ,
40
- "clean" : " rimraf dist lib dist-es6" ,
40
+ "clean" : " rimraf dist lib dist-es6 *.tsbuildinfo " ,
41
41
"compile" : " tsc && api-extractor run --local && tsc -p tsconfig.cjs.json && tsc -p tsconfig.es6.json && rollup -c rollup.config.js" ,
42
42
"jest" : " cross-env NODE_ICU_DATA=../../node_modules/full-icu TS_NODE_PROJECT=tsconfig.cjs.json cross-env NODE_ENV=test jest" ,
43
43
"test" : " npm run jest && cross-env NODE_ICU_DATA=../../node_modules/full-icu TS_NODE_PROJECT=tsconfig.cjs.json ts-node tests/runner"
Original file line number Diff line number Diff line change 29
29
"sideEffects" : false ,
30
30
"homepage" : " https://github.com/formatjs/formatjs" ,
31
31
"scripts" : {
32
- "clean" : " rimraf dist lib" ,
32
+ "clean" : " rimraf dist lib *.tsbuildinfo " ,
33
33
"build" : " tsc && tsc -p tsconfig.cjs.json" ,
34
34
"test" : " cross-env NODE_ICU_DATA=../../node_modules/full-icu mocha --opts ../../mocha.opts tests/index.ts"
35
35
},
Original file line number Diff line number Diff line change 11
11
" src"
12
12
],
13
13
"scripts" : {
14
- "clean" : " rimraf dist lib" ,
14
+ "clean" : " rimraf dist lib *.tsbuildinfo " ,
15
15
"build" : " node build.js && tsc && api-extractor run --local && tsc -p tsconfig.cjs.json && rollup -c rollup.config.js" ,
16
16
"benchmark" : " node ./test/benchmark.js" ,
17
17
"test" : " cross-env TS_NODE_PROJECT=./tsconfig.cjs.json cross-env NODE_ENV=test jest"
Original file line number Diff line number Diff line change 46
46
"scripts" : {
47
47
"benchmark" : " ts-node --project ./tsconfig.cjs.json tests/benchmark" ,
48
48
"build" : " npm run tsc && npm run rollup" ,
49
- "clean" : " rimraf dist lib" ,
49
+ "clean" : " rimraf dist lib *.tsbuildinfo " ,
50
50
"karma:ci" : " karma start karma.conf-ci.js" ,
51
51
"karma:local" : " karma start karma.conf.js" ,
52
52
"rollup" : " rollup -c rollup.config.js" ,
Original file line number Diff line number Diff line change 36
36
"scripts" : {
37
37
"build" : " npm run cldr && npm run compile" ,
38
38
"cldr" : " ts-node --project tsconfig.cjs.json scripts/cldr" ,
39
- "clean" : " rimraf dist lib dist-es6 polyfill-locales.js" ,
39
+ "clean" : " rimraf dist lib dist-es6 polyfill-locales.js *.tsbuildinfo " ,
40
40
"compile" : " tsc && api-extractor run --local && tsc -p tsconfig.cjs.json && tsc -p tsconfig.es6.json && rollup -c rollup.config.js" ,
41
41
"jest" : " cross-env NODE_ICU_DATA=../../node_modules/full-icu TS_NODE_PROJECT=tsconfig.cjs.json cross-env NODE_ENV=test jest" ,
42
42
"test262" : " cross-env NODE_ICU_DATA=../../node_modules/full-icu TS_NODE_PROJECT=tsconfig.cjs.json ts-node tests/runner" ,
Original file line number Diff line number Diff line change 32
32
"scripts" : {
33
33
"build" : " npm run cldr && npm run compile" ,
34
34
"cldr" : " ts-node --project tsconfig.cjs.json scripts/cldr" ,
35
- "clean" : " rimraf dist lib dist-es6" ,
35
+ "clean" : " rimraf dist lib dist-es6 *.tsbuildinfo " ,
36
36
"compile" : " tsc && api-extractor run --local && tsc -p tsconfig.cjs.json && tsc -p tsconfig.es6.json && rollup -c rollup.config.js" ,
37
37
"jest" : " cross-env NODE_ICU_DATA=../../node_modules/full-icu TS_NODE_PROJECT=tsconfig.cjs.json cross-env NODE_ENV=test jest" ,
38
38
"test262" : " cross-env NODE_ICU_DATA=../../node_modules/full-icu TS_NODE_PROJECT=tsconfig.cjs.json ts-node tests/runner" ,
You can’t perform that action at this time.
0 commit comments