Skip to content

Commit c3fdade

Browse files
Hristo HristovHristo Hristov
authored andcommitted
feat(wc): fix aligning
1 parent 4337e43 commit c3fdade

File tree

1 file changed

+1
-1
lines changed
  • packages/cli/templates/webcomponents/igc-ts/projects/_base_with_home/files

1 file changed

+1
-1
lines changed

packages/cli/templates/webcomponents/igc-ts/projects/_base_with_home/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {
1616
"start": "tsc && concurrently -k -r \"tsc --watch\" \"wds\"",
17-
"build": "rimraf dist && tsc && node --max-old-space-size=4096 node_modules/vite/bin/vite.js build",
17+
"build": "rimraf dist && tsc && node --max-old-space-size=4096 node_modules/vite/bin/vite.js build",
1818
"start:build": "web-dev-server --root-dir dist --app-index index.html --open",
1919
"lint": "eslint \"**/*.{js,ts}\" --ignore-path .gitignore",
2020
"test": "tsc --project tsconfig.test.json && wtr"

0 commit comments

Comments
 (0)