This commit is contained in:
tree 2022-04-12 23:32:57 +02:00
rodič 9b1e18416b
revize 63f75094ba
3 změnil soubory, kde provedl 3 přidání a 2 odebrání

Zobrazit soubor

@ -22,6 +22,7 @@ jobs:
node-version: '17'
- run: "rm src/lib/bundle.json && wget -O src/lib/bundle.json https://spec.utxo.cz/22/bundle.json"
- run: npm bump-version
- run: npm install
- run: npm run build

Zobrazit soubor

@ -8,7 +8,7 @@
"preview": "svelte-kit preview",
"prepare": "svelte-kit sync",
"prettier": "prettier --write --plugin-search-dir=. ./**/*.svelte",
"version": "node -e 'console.log(require(\"./package.json\").version);' > ./src/lib/version.txt"
"bump-version": "node -e 'console.log(require(\"./package.json\").version);' > ./src/lib/version.txt"
},
"devDependencies": {
"@faker-js/faker": "^6.1.2",

Zobrazit soubor

@ -1 +1 @@
0.8.1
0.9-dev