-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1606 from balakrishna-deriv/cleanup
chore: cleanup
- Loading branch information
Showing
2 changed files
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
.eslintignore | ||
.eslintrc | ||
.tern-project | ||
.travis.yml | ||
chart_app/ | ||
crowdin.yml | ||
css/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"author": "[email protected]", | ||
"config": { | ||
"commitizen": { | ||
"path": "@commitlint/cz-commitlint" | ||
"path": "@commitlint/cz-commitlint" | ||
} | ||
}, | ||
"contributors": [ | ||
|
@@ -30,7 +30,6 @@ | |
"scripts": { | ||
"build": "rimraf dist && cross-env NODE_ENV=production webpack --mode=production --progress", | ||
"build:app": "cross-env BUILD_MODE='app' npm run build", | ||
"build-travis": "npm run build:app && node scripts/update-hashes.js", | ||
"commit": "git-cz", | ||
"analyze": "cross-env ANALYZE_BUNDLE=true npm run build", | ||
"webpack": "webpack", | ||
|
@@ -42,8 +41,6 @@ | |
"gh-pages:folder": "f () { gh-pages --dist '.' --src '{index.html,manifest.json,sw.js,dist/**,CNAME,Dockerfile,.dockerignore,default.conf,.circleci/**}' --dest $1 ;}; f", | ||
"translations": "npm run build && node scripts/extract-translations.js ./dist/smartcharts.js", | ||
"translations:download": "crowdin download -b master", | ||
"deploy:production": "npm run build-travis && echo 'charts.binary.com' > CNAME && npm run gh-pages --repo '[email protected]:binary-com/SmartCharts.git'", | ||
"deploy:beta": "npm run build-travis && npm run gh-pages --repo '[email protected]:binary-com/SmartCharts.git' --dest './beta'", | ||
"prettify": "./node_modules/.bin/prettier --config ./.prettierrc --write \"./{app,loaders,src}/**/*.{js,jsx,scss}\"", | ||
"precommit": "lint-staged --allow-empty", | ||
"prepare": "husky install" | ||
|