Compare commits

..

1 Commits

Author SHA1 Message Date
Michael Schramm
c2c421baa6 fix node prune location
fixes https://github.com/ohmyform/ohmyform/issues/184
2022-07-28 08:01:08 +02:00
4 changed files with 552 additions and 143 deletions

View File

@ -27,6 +27,7 @@ Template for next version
### Fixed
- creation of new logic elements
- node prune location (https://github.com/ohmyform/ohmyform/issues/184)
### Security

View File

@ -6,7 +6,7 @@ WORKDIR /usr/src/app
RUN apk update && apk add curl bash && rm -rf /var/cache/apk/*
# install node-prune (https://github.com/tj/node-prune)
RUN curl -sfL https://install.goreleaser.com/github.com/tj/node-prune.sh | bash -s -- -b /usr/local/bin
RUN curl -sf https://gobinaries.com/tj/node-prune | sh
# just copy everhing
COPY . .

View File

@ -73,7 +73,7 @@
"rimraf": "^3.0.2",
"rxjs": "^7.5.4",
"serialize-error": "^8.1.0",
"sqlite3": "^5.0.3",
"sqlite3": "^5.0.2",
"typeorm": "^0.2.44"
},
"devDependencies": {

690
yarn.lock

File diff suppressed because it is too large Load Diff