9 Star 11 Fork 87

OpenHarmony / 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 .
1
https://gitee.com/openharmony/third_party_typescript.git
git@gitee.com:openharmony/third_party_typescript.git
openharmony
third_party_typescript
third_party_typescript
master

搜索帮助