4 lines
100 B
Bash
4 lines
100 B
Bash
|
#! /bin/sh
|
||
|
|
||
|
sed "s/.*\"version\": \"\(.*\)\".*/\1/;t;d" ./package.json > dist/spa/store/version.txt
|