7 lines
81 B
Bash
Executable file
7 lines
81 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
cd client
|
|
|
|
npm run webpack-bundle-analyzer ./dist/stats.json
|