1 Star 0 Fork 101

yangbo_404/third_party_typescript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 252 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andrew Casey 提交于 2020-08-19 16:50 . 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 .
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/txdyyangbo/third_party_typescript.git
git@gitee.com:txdyyangbo/third_party_typescript.git
txdyyangbo
third_party_typescript
third_party_typescript
master

搜索帮助