switched to npm

This commit is contained in:
Paul Wilde 2023-03-24 17:04:35 +00:00
parent 0567bd9465
commit a96164236d
5 changed files with 22127 additions and 6907 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
yarn version npm version
yarn build npm build
if [[ $? == 0 ]]; then if [[ $? == 0 ]]; then
tar czf cmc_fe.tar.gz dist tar czf cmc_fe.tar.gz dist
git add . cmc_fe.tar.gz git add . cmc_fe.tar.gz

22121
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -24,7 +24,7 @@
{{ complaint.info.comments }} {{ complaint.info.comments }}
</v-card-text> </v-card-text>
<v-card-subtitle> <v-card-subtitle>
Info Info
</v-card-subtitle> </v-card-subtitle>
<v-card-text> <v-card-text>
<v-row> <v-row>

View file

@ -129,6 +129,9 @@ export default {
} }
</script> </script>
<style> <style>
.scroller {
height:600px;
}
.item { .item {
height: 100px; height: 100px;
overflow-y:hidden; overflow-y:hidden;

6904
yarn.lock

File diff suppressed because it is too large Load diff