Skip to content

Commit

Permalink
chore(e2e): update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Feb 8, 2024
1 parent f535d5f commit 154e5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"scripts": {
"start": "npm run clean && concurrently --kill-others \"npm run watch:lib\" \"npm run watch:ts\" \"npm run watch:less\" \"npm run watch:eleventy\"",
"start:test": "npm run clean && concurrently \"npm run build:ts\" \"npm run build:less && npm run minify:css\" && npm run run:eleventy",
"start:test": "npm run clean && npm run build:ts && npm run build:less:site && npm run build:less:lib && npm run run:eleventy",
"test": "",
"clean": "rimraf \"dist\"",
"watch:lib": "cd .. && npm run watch",
Expand Down

0 comments on commit 154e5e5

Please sign in to comment.