1 parent d439dd6 commit 08a5026Copy full SHA for 08a5026
2 files changed
makerelease.sh
@@ -8,7 +8,7 @@ cp -r build release/build
8
cp package.json release/package.json
9
cp pnpm-lock.yaml release/pnpm-lock.yaml
10
mkdir release/configuration
11
-cp config.yaml.example release/configuration/config.yaml.example
+cp configuration/config.yaml.example release/configuration/config.yaml.example
12
cd release/build
13
mkdir -p node_modules
14
cd node_modules
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@popstarfreas/dimensions",
3
- "version": "7.0.0-alpha.1",
+ "version": "7.0.0-alpha.2",
4
"type": "module",
5
"repository": {
6
"type": "git",
0 commit comments