Skip to content

Commit

Permalink
fixup! chore(web): Add configuration for import order #DS-1101
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Jun 6, 2024
1 parent d9849dd commit f853246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"js:finalize": "cd dist/js && shx mv index.esm.js index.js && shx mv index.esm.js.map index.js.map && shx mv index.esm.d.ts index.d.ts && rm index.umd.js index.umd.js.map index.umd.d.ts",
"js:lint": "eslint ./",
"js:lint:fix": "yarn js:lint --fix",
"lint": "npm-run-all js:lint css:lint",
"lint": "npm-run-all js:lint css:lint --serial",
"lint:fix": "npm-run-all js:lint:fix css:lint:fix",
"test": "npm-run-all test:prepare css:lint lint test:unit:coverage types",
"test": "npm-run-all test:prepare lint test:unit:coverage types",
"test:prepare": "npm-run-all --continue-on-error build:design-tokens",
"test:unit": "jest",
"test:unit:watch": "yarn test:unit --watchAll",
Expand Down

0 comments on commit f853246

Please sign in to comment.