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 29, 2024
1 parent bb4bf87 commit a673929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"docs:ci": "npm run docs:clean && npm run docs",
"format": "cross-env NODE_ENV=production eslint -c .eslintrc.js --fix .",
"clean": "npm run lint:clean & npm run test:clean & npm run build:clean & npm run docs:clean & wait",
"release": "npm run lint:ci && npm run test:ci && npm run build:ci && npm run test:integration && npm run docs:ci",
"release": "npm run lint:ci && npm run test:ci && npm run build:ci && npm run docs:ci",
"prepublishOnly": "npm run clean && npm run release"
},
"repository": {
Expand Down

0 comments on commit a673929

Please sign in to comment.