Skip to content

Commit 648ce8b

Browse files
committed
chore(dev-server): make all project build the same
1 parent dd4852f commit 648ce8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/js-toolkit/packages/dev-server/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
"url": "https://github.com/liferay/liferay-frontend-projects.git"
2222
},
2323
"scripts": {
24-
"build": "tsc",
24+
"build": "node ../../scripts/build.js",
2525
"ci": "liferay-workspace-scripts ci",
26+
"clean": "node ../../scripts/clean.js",
2627
"format": "liferay-workspace-scripts format",
2728
"format:check": "liferay-workspace-scripts format:check",
2829
"lint": "liferay-workspace-scripts lint",

0 commit comments

Comments
 (0)