1 Star 0 Fork 120

ironrain/third_party_typescript_sync

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 252 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrew Casey 提交于 2020-08-20 07:50 +08:00 . Adopt package-lock.json and npm ci
# We use this dockerfile to build a packed tarfile which we import in our `docker` tests
FROM node:current
COPY . /typescript
WORKDIR /typescript
RUN npm ci
RUN npm i -g gulp-cli
RUN gulp configure-insiders && gulp LKG && gulp clean && npm pack .
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ironrain/third_party_typescript_sync.git
git@gitee.com:ironrain/third_party_typescript_sync.git
ironrain
third_party_typescript_sync
third_party_typescript_sync
master

搜索帮助