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 3, 2024
1 parent d7c8841 commit 8bdb7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"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",
"lint": "eslint ./",
"lint:fix": "yarn lint --fix",
"test": "npm-run-all test:prepare css:lint js:lint test:unit:coverage types",
"test": "npm-run-all test:prepare css:lint 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 8bdb7d2

Please sign in to comment.