Skip to content

Commit

Permalink
fix(@formatjs/intl-locale): remove pegjs build
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed May 23, 2020
1 parent 6ba5707 commit 1ef7f3e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/intl-locale/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@
"url": "git+https://github.com/formatjs/formatjs.git"
},
"scripts": {
"build": "node scripts/build-peg.js && yarn compile",
"clean": "rimraf dist lib dist-es6 dist-es6 *.tsbuildinfo",
"compile": "tsc && tsc -p tsconfig.esm.json && tsc -p tsconfig.es6.json && api-extractor run --local && rollup -c rollup.config.js",
"build": "tsc && tsc -p tsconfig.esm.json && tsc -p tsconfig.es6.json && api-extractor run --local && rollup -c rollup.config.js",
"jest": "cross-env NODE_ICU_DATA=../../node_modules/full-icu NODE_ENV=test jest",
"test262": "cross-env NODE_ICU_DATA=../../node_modules/full-icu ts-node tests/runner",
"test": "yarn jest"
Expand Down

0 comments on commit 1ef7f3e

Please sign in to comment.