Skip to content

Commit

Permalink
feat: Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Jan 27, 2024
1 parent 70c0b39 commit cc42444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"spellcheck": "cross-env NODE_ENV=production write-good *.md",
"lint": "cross-env NODE_ENV=production eslint -c .eslintrc.js .",
"lint:clean": "cross-env NODE_ENV=production rimraf lint",
"test": "cross-env NODE_ENV=test jest --config=jest.config.unit.js",
"test:integration": "cross-env NODE_ENV=test jest --config=jest.config.integration.js",
"test": "cross-env NODE_ENV=test jest --config=jest.config.unit.js --coverage",
"test:integration": "cross-env NODE_ENV=test jest --config=jest.config.integration.js --coverage",
"test:clean": "cross-env NODE_ENV=production rimraf coverage",
"build": "cross-env NODE_ENV=production rollup -c rollup.config.js",
"build:clean": "cross-env NODE_ENV=production rimraf dist",
Expand Down

0 comments on commit cc42444

Please sign in to comment.