5 lines
85 B
Bash
Executable file
5 lines
85 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd client || exit -1
|
|
|
|
npm run webpack-bundle-analyzer ./dist/stats.json
|