Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.7.1-alpha'
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchikikomori committed Apr 27, 2022
2 parents c59b6c7 + c6d04b3 commit 14de99f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ ARG XDEBUG_REMOTE_HOST=localhost
ARG XDEBUG_REMOTE_PORT=9001
ARG XDEBUG_REMOTE_LOG

# Install xdebug
RUN pecl install xdebug \
&& docker-php-ext-enable xdebug
# Install xdebug
RUN pecl install xdebug || true
RUN docker-php-ext-enable xdebug

RUN echo "error_reporting = E_ALL" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \
&& echo "display_startup_errors = On" >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini \
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"license": "MIT",
"private": true,
"scripts": {
"build": "yarn run build:js && yarn run build:css",
"build:js": "webpack --progress --mode=production",
"watch:js": "webpack --progress --watch --mode=development",
"build:css": "node-sass --omit-source-map-url --importer node_modules/node-sass-import assets/_css/index.scss assets/css/index.css",
Expand All @@ -27,4 +28,4 @@
"node-sass-import": "^2.0.1",
"webpack-cli": "^4.9.2"
}
}
}

1 comment on commit 14de99f

@vercel
Copy link

@vercel vercel bot commented on 14de99f Apr 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hello-php – ./

hello-php.vercel.app
hello-php-jcchikikomori.vercel.app
hello-php-git-master-jcchikikomori.vercel.app

Please sign in to comment.