Browse Source

bug: fixing builds (they need the package.lock file to be pushed)

tags/v0.13.0^2
Shaun 6 months ago
parent
commit
e08a57e09c
5 changed files with 7994 additions and 2 deletions
  1. +0
    -1
      .gitignore
  2. +0
    -1
      .gitlab-ci.yml
  3. +13
    -0
      src/client/package-lock.json
  4. +2927
    -0
      src/package-lock.json
  5. +5054
    -0
      src/server/package-lock.json

+ 0
- 1
.gitignore View File

@@ -1,5 +1,4 @@
node_modules
package-lock.json
*.css

storage.db


+ 0
- 1
.gitlab-ci.yml View File

@@ -8,7 +8,6 @@ audit:
stage: test
script:
- cd src/server
- npm install
- npm audit
allow_failure: true
only:


+ 13
- 0
src/client/package-lock.json View File

@@ -0,0 +1,13 @@
{
"name": "isleward_client",
"version": "0.12.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "isleward_client",
"version": "0.12.0",
"devDependencies": {}
}
}
}

+ 2927
- 0
src/package-lock.json
File diff suppressed because it is too large
View File


+ 5054
- 0
src/server/package-lock.json
File diff suppressed because it is too large
View File


Loading…
Cancel
Save