mirror of
https://github.com/l-lin/font-awesome-animation.git
synced 2024-12-26 21:41:31 +08:00
build: remove build and scripts folders from npm pack
This commit is contained in:
parent
d3ba324be2
commit
6c75a701e1
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
registry-url: 'https://npm.pkg.github.com'
|
||||
|
||||
- name: Publish to Github packages
|
||||
run: npm publish --ignore-scripts --access public
|
||||
run: npm publish --ignore-scripts
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
@ -73,3 +73,5 @@ styles
|
||||
.bowerrc
|
||||
_config.yml
|
||||
vendor
|
||||
build
|
||||
scripts
|
||||
|
Loading…
Reference in New Issue
Block a user