From 28a15e5c40aa25ae73129623abab6ce649afb16d Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Wed, 19 Oct 2022 17:59:55 -0400 Subject: [PATCH] chore(core): dev command for watch mode --- core/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/core/package.json b/core/package.json index c6d93fe2a4..32859580a8 100644 --- a/core/package.json +++ b/core/package.json @@ -85,6 +85,7 @@ "cdnloader": "node scripts/copy-cdn-loader.js", "css.minify": "cleancss -O2 -o ./css/ionic.bundle.css ./css/ionic.bundle.css", "css.sass": "sass --embed-sources src/css:./css", + "dev": "npm run build.css && stencil build --dev --watch --serve --no-open", "eslint": "eslint src", "lint": "npm run lint.ts && npm run lint.sass && npm run prettier -- --write", "lint.fix": "npm run lint.ts.fix && npm run lint.sass.fix && npm run prettier -- --write",