mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Disable emojis in Yarn output.
This commit is contained in:
@@ -91,16 +91,16 @@
|
||||
"webcabin-docker": "git+https://github.com/EnterpriseDB/wcDocker"
|
||||
},
|
||||
"scripts": {
|
||||
"linter": "yarn eslint --no-eslintrc -c .eslintrc.js --ext .js --ext .jsx .",
|
||||
"webpacker": "yarn run webpack --config webpack.config.js --progress",
|
||||
"webpacker:watch": "yarn run webpack --config webpack.config.js --progress --watch",
|
||||
"bundle:watch": "yarn run linter && yarn run webpacker:watch",
|
||||
"bundle:dev": "yarn run linter && yarn run webpacker",
|
||||
"bundle": "cross-env NODE_ENV=production yarn run bundle:dev",
|
||||
"test:karma-once": "yarn run linter && yarn run karma start --single-run",
|
||||
"test:karma": "yarn run linter && yarn run karma start",
|
||||
"test:feature": "yarn run bundle && python regression/runtests.py --pkg feature_tests",
|
||||
"test": "yarn run test:karma-once && yarn run bundle && python regression/runtests.py",
|
||||
"linter": "yarn eslint --emoji false --no-eslintrc -c .eslintrc.js --ext .js --ext .jsx .",
|
||||
"webpacker": "yarn run --emoji false webpack --config webpack.config.js --progress",
|
||||
"webpacker:watch": "yarn run --emoji false webpack --config webpack.config.js --progress --watch",
|
||||
"bundle:watch": "yarn run --emoji false linter && yarn run --emoji false webpacker:watch",
|
||||
"bundle:dev": "yarn run --emoji false linter && yarn run --emoji false webpacker",
|
||||
"bundle": "cross-env NODE_ENV=production yarn run --emoji false bundle:dev",
|
||||
"test:karma-once": "yarn run --emoji false linter && yarn run --emoji false karma start --single-run",
|
||||
"test:karma": "yarn run --emoji false linter && yarn run --emoji false karma start",
|
||||
"test:feature": "yarn run --emoji false bundle && python regression/runtests.py --pkg feature_tests",
|
||||
"test": "yarn run --emoji false test:karma-once && yarn run bundle && python regression/runtests.py",
|
||||
"pep8": "pycodestyle --config=.pycodestyle ."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user