Skip to content

Commit

Permalink
fix: prevent container from exiting from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin-jw committed Oct 24, 2023
1 parent 2dbe8cd commit 593840a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prebuild:prod": "npm run clean",
"build:dev": "run-p plugins:dev copy:php sass watch js:watch",
"build:prod": "run-s plugins:build copy js:prod 'sass -- --style compressed'",
"serve:dev": "docker compose up --abort-on-container-exit || docker compose down",
"serve:dev": "docker compose up || docker compose down",
"sass": "sass src/scss/base.scss theme/css/base.css",
"postsass": "postcss theme/css/base.css --use autoprefixer -r",
"js:watch": "NODE_ENV=development node esbuild.mjs",
Expand Down

0 comments on commit 593840a

Please sign in to comment.