Compare commits

2 Commits

Author SHA1 Message Date
Filip Krumpe 8301f34a91 use npm ci instead of install
to make sure the packages are installed as stated in the package-lock.json file
2022-01-13 07:30:47 +01:00
Filip Krumpe bfc0f5e872 ignore temporary build files but add the package lock 2022-01-13 07:27:20 +01:00
3 changed files with 2814 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ Run npm install in the webapp component to instanciate the modules required by s
cd webapp cd webapp
# to use Typescript run: # to use Typescript run:
# Node scripts/setupTypeScrupt.js # Node scripts/setupTypeScrupt.js
npm install npm ci
# to start a local development server for the svelte app only: # to start a local development server for the svelte app only:
npm run dev npm run dev
``` ```
+2 -3
View File
@@ -1,9 +1,8 @@
.DS_Store .DS_Store
node_modules node_modules
/build /public/build
/.svelte-kit /.svelte-kit
/package /package
.env .env
.env.* .env.*
!.env.example !.env.example
package-lock.json
+2811 -1
View File
File diff suppressed because it is too large Load Diff