markdown 使用npm运行bash脚本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 使用npm运行bash脚本相关的知识,希望对你有一定的参考价值。

Its totally possible...
```json
"scripts": {
   "build": "./build.sh"
},
```
also, make sure you put a hash bang at the top of your bash file `#!/usr/bin/env bash`

also make sure you have permissions to execute the file

```sh
chmod +x ./build.sh
```

以上是关于markdown 使用npm运行bash脚本的主要内容,如果未能解决你的问题,请参考以下文章

markdown 更改npm脚本的工作目录

markdown NPM脚本命令在课程的各个阶段

markdown Linux系统操作和bash脚本

markdown bash基本脚本

npm配置文件脚本定义.md

markdown 在Bash中获取脚本和当前路径