chore: optimize package
parent
3cb3331cc9
commit
fbb1ee6632
|
@ -1,6 +1,5 @@
|
|||
out/
|
||||
node_modules/
|
||||
out/
|
||||
vendor/
|
||||
typings/
|
||||
.DS_Store
|
||||
package-lock.json
|
||||
|
|
|
@ -20,7 +20,7 @@ before_install:
|
|||
|
||||
install:
|
||||
- npm install
|
||||
- composer install --prefer-dist
|
||||
- composer install --prefer-dist --optimize-autoloader
|
||||
|
||||
script:
|
||||
- npm run lint
|
||||
|
|
|
@ -1,9 +1,22 @@
|
|||
.github/**
|
||||
.vscode/**
|
||||
typings/**
|
||||
images/**
|
||||
!images/logo.png
|
||||
out/test/**
|
||||
test/**
|
||||
src/**
|
||||
vendor/jetbrains/phpstorm-stubs/**
|
||||
vendor/bin/**
|
||||
**/.DS_Store
|
||||
**/.editorconfig
|
||||
**/.gitignore
|
||||
**/.npmrc
|
||||
**/.styleci.yml
|
||||
**/.travis.yml
|
||||
**/*.d.ts
|
||||
**/*.map
|
||||
.gitignore
|
||||
tsconfig.json
|
||||
tslint.json
|
||||
**/appveyor.yml
|
||||
**/dependencies.yml
|
||||
**/jshintrc
|
||||
**/phpunit.xml.dist
|
||||
**/tsconfig.json
|
||||
**/tslint.json
|
||||
|
|
Loading…
Reference in New Issue