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: 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/*

View File

@ -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",