Skip to content

Commit

Permalink
Merge pull request #1606 from balakrishna-deriv/cleanup
Browse files Browse the repository at this point in the history
chore: cleanup
  • Loading branch information
balakrishna-deriv authored Jun 4, 2024
2 parents e035b58 + cb70426 commit ffd0d86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
.eslintignore
.eslintrc
.tern-project
.travis.yml
chart_app/
crowdin.yml
css/
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "[email protected]",
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
"path": "@commitlint/cz-commitlint"
}
},
"contributors": [
Expand All @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit ffd0d86

Please sign in to comment.