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
yarn version
yarn build
npm version
npm build
if [[ $? == 0 ]]; then
tar czf cmc_fe.tar.gz dist
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

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

6904
yarn.lock

File diff suppressed because it is too large Load diff