Skip to content

Commit

Permalink
chore: devcontainer codespace 新增全局安装 sass, esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Mar 7, 2024
1 parent 64aa0fa commit d85e79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile.base
Original file line number Diff line number Diff line change
@@ -80,5 +80,5 @@ RUN gem install bundler foreman && \
bundle install

COPY package.json yarn.lock ./
RUN npm install --global yarn && \
RUN npm install --global yarn sass esbuild && \
yarn install

0 comments on commit d85e79d

Please sign in to comment.