浏览代码

Do not avoid to run npm install before trying to run npm run build. (#7)

pull/342/head
Pascal Grange 7 年前
committed by Guillaume Vincent
父节点
当前提交
ec8e29cdfe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      readme.md

+ 1
- 1
readme.md 查看文件

@@ -2,7 +2,7 @@

## build

npm run build
npm install ; npm run build

## License



正在加载...
取消
保存