We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4852f commit 648ce8bCopy full SHA for 648ce8b
projects/js-toolkit/packages/dev-server/package.json
@@ -21,8 +21,9 @@
21
"url": "https://github.com/liferay/liferay-frontend-projects.git"
22
},
23
"scripts": {
24
- "build": "tsc",
+ "build": "node ../../scripts/build.js",
25
"ci": "liferay-workspace-scripts ci",
26
+ "clean": "node ../../scripts/clean.js",
27
"format": "liferay-workspace-scripts format",
28
"format:check": "liferay-workspace-scripts format:check",
29
"lint": "liferay-workspace-scripts lint",
0 commit comments