Skip to content

Commit

Permalink
Update NPM packages
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Nov 13, 2024
1 parent 0d471ed commit 0a9dc56
Show file tree
Hide file tree
Showing 5 changed files with 1,649 additions and 3,783 deletions.
13 changes: 7 additions & 6 deletions starsky/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"name": "clientapp",
"scripts": {
"preinstall": "cd starsky && cd clientapp && npm ci",
"start" : "cd starsky && cd clientapp && npm run start",
"build" : "cd starsky && cd clientapp && npm run build",
"test" : "cd starsky && cd clientapp && npm run test",
"test:ci" : "cd starsky && cd clientapp && npm run test:ci",
"storybook" : "cd starsky && cd clientapp && npm run storybook",
"start": "cd starsky && cd clientapp && npm run start",
"build": "cd starsky && cd clientapp && npm run build",
"test": "cd starsky && cd clientapp && npm run test",
"test:ci": "cd starsky && cd clientapp && npm run test:ci",
"storybook": "cd starsky && cd clientapp && npm run storybook",
"lint:fix": "cd starsky && cd clientapp && npm run lint:fix",
"lint": "cd starsky && cd clientapp && npm run lint"
"lint": "cd starsky && cd clientapp && npm run lint",
"update:install": "cd starsky && cd clientapp && npm run update:install"
}
}
Loading

0 comments on commit 0a9dc56

Please sign in to comment.