Skip to content

Commit

Permalink
chore: build SASS files & copy them when starting server
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Feb 22, 2023
1 parent 29bcfe5 commit 1307aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"cypress": "cypress open --config-file test/cypress.config.ts",
"cypress:ci": "cypress run --config-file test/cypress.config.ts",
"build:esm": "tsc --build ./tsconfig.packages.json",
"build:esm:styles": "pnpm build:esm && pnpm run -r sass:copy",
"build:esm:styles": "pnpm build:esm && pnpm run -r sass:build && pnpm run -r sass:copy",
"build:watch": "tsc --build ./tsconfig.packages.json --watch",
"predev": "pnpm build:esm && pnpm run -r sass:copy",
"predev": "pnpm build:esm:styles",
"dev": "run-p dev:watch webpack:watch",
"dev:watch": "lerna watch --no-bail --file-delimiter=\",\" --glob=\"src/**/*.{ts,scss}\" --ignored=\"src/**/*.spec.ts\" -- cross-env-shell pnpm run -r --filter $LERNA_PACKAGE_NAME dev",
"webpack:watch": "pnpm -r --parallel run webpack:dev",
Expand Down

0 comments on commit 1307aaf

Please sign in to comment.