Skip to content

Commit

Permalink
chore: code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloyx committed Jun 18, 2024
1 parent e1367a2 commit 996089a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 124 deletions.
16 changes: 1 addition & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,18 @@
"license": "MIT",
"scripts": {
"analyze": "webpack --mode=production --env analyze",
"build:dev": "webpack --mode=development --config ./webpack.config.js",
"build:prod": "webpack --mode=production --config ./webpack.config.js",
"build:npm": "webpack --mode=production --config ./config/webpack.prod.js",
"clean": "rimraf lib dist",
"code-check": "yarn eslint-check && yarn less-check",
"coverage": "cross-env BABEL_ENV=test jest --coverage",
"eslint-autofix": "eslint ./ --fix",
"eslint-check": "eslint ./",
"format": "prettier --write \"./**\"",
"less-autofix": "stylelint \"**/*.less\" --fix",
"less-check": "stylelint \"**/*.less\"",
"lint": "eslint src --ext js",
"pre-commit-check": "yarn eslint-check && yarn less-check",
"start:local": "webpack-dev-server --config ./config/webpack.dev.js",
"start:open": "webpack-dev-server --open --config ./config/webpack.dev.js",
"start:standalone": "webpack serve --env standalone",
"start:micro": "webpack serve --port 8180",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"test": "cross-env BABEL_ENV=test jest",
"watch-tests": "cross-env BABEL_ENV=test jest --watch",
"webpack-build:dev": "webpack --config ./config/webpack.dev.js",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"preyalcpublish": "yarn build:npm",
"yalc:publish": "yalc publish --push --sig"
"build-storybook": "storybook build"
},
"husky": {
"hooks": {
Expand Down
109 changes: 0 additions & 109 deletions src/rbit-design-system.ts

This file was deleted.

0 comments on commit 996089a

Please sign in to comment.