mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-13 08:24:39 +00:00
Fixing build
This commit is contained in:
parent
81bcdc87e3
commit
ffe1ceabf1
@ -8,8 +8,6 @@ cache:
|
||||
|
||||
install:
|
||||
- yarn install --production=false --frozen-lockfile --non-interactive
|
||||
- yarn build
|
||||
# - yarn build
|
||||
- yarn build:lib
|
||||
|
||||
test:
|
||||
- echo "ADD TESTING!"
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
"build:lib": "yarn theo && cross-env BUILD=library vue-cli-service build --target lib --name system ./src/library.js --no-fix",
|
||||
"theo": "theo ./src/system/tokens/tokens.yml --transform web --format map.scss,scss,raw.json,json --dest ./src/system/tokens/generated",
|
||||
"theo:onchange": "onchange \"./src/system/tokens/*.yml\" -- npm run theo",
|
||||
"test": "echo 'TODO: FIX & ADD TESTING!'",
|
||||
"test:unit": "vue-cli-service test:unit"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user