mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-30 11:10:52 +01:00
Fix cli
This commit is contained in:
parent
ab5e33506e
commit
fd7b9c5031
@ -15,16 +15,16 @@ ESLinter:
|
|||||||
paths:
|
paths:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
Build Nitro:
|
# Build Nitro:
|
||||||
stage: build
|
# stage: build
|
||||||
script:
|
# script:
|
||||||
- npm i
|
# - npm i
|
||||||
- npm run build-prod
|
# - npm run build-prod
|
||||||
cache:
|
# cache:
|
||||||
key: ${CI_COMMIT_BRANCH}
|
# key: ${CI_COMMIT_BRANCH}
|
||||||
paths:
|
# paths:
|
||||||
- node_modules
|
# - node_modules
|
||||||
artifacts:
|
# artifacts:
|
||||||
expire_in: 2 weeks
|
# expire_in: 2 weeks
|
||||||
paths:
|
# paths:
|
||||||
- dist/*
|
# - dist/*
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nitro-renderer",
|
"name": "nitro-renderer",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"scripts": {
|
|
||||||
"eslint": "eslint ./src --fix"
|
|
||||||
},
|
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pixi/filter-adjustment": "^4.1.3",
|
"@pixi/filter-adjustment": "^4.1.3",
|
||||||
|
Loading…
Reference in New Issue
Block a user