This commit is contained in:
Bill 2021-07-27 03:59:59 -04:00
parent ab5e33506e
commit fd7b9c5031
2 changed files with 13 additions and 16 deletions

View File

@ -15,16 +15,16 @@ ESLinter:
paths:
- node_modules
Build Nitro:
stage: build
script:
- npm i
- npm run build-prod
cache:
key: ${CI_COMMIT_BRANCH}
paths:
- node_modules
artifacts:
expire_in: 2 weeks
paths:
- dist/*
# Build Nitro:
# stage: build
# script:
# - npm i
# - npm run build-prod
# cache:
# key: ${CI_COMMIT_BRANCH}
# paths:
# - node_modules
# artifacts:
# expire_in: 2 weeks
# paths:
# - dist/*

View File

@ -1,9 +1,6 @@
{
"name": "nitro-renderer",
"version": "1.0.0",
"scripts": {
"eslint": "eslint ./src --fix"
},
"private": true,
"dependencies": {
"@pixi/filter-adjustment": "^4.1.3",