mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-22 23:50:52 +01:00
Fix cli
This commit is contained in:
parent
ab5e33506e
commit
fd7b9c5031
@ -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/*
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user