提取package.json中的版本号到dist/spa/store/version.txt
This commit is contained in:
parent
f45c3ce83a
commit
974cb5f4be
|
@ -0,0 +1,3 @@
|
||||||
|
#! /bin/sh
|
||||||
|
|
||||||
|
sed "s/.*\"version\": \"\(.*\)\".*/\1/;t;d" ./package.json > dist/spa/store/version.txt
|
Loading…
Reference in New Issue