We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2258d commit 57eb3acCopy full SHA for 57eb3ac
2 files changed
.github/workflows/npm-publish.yml
@@ -1,7 +1,7 @@
1
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3
4
-name: Terminal Banner Plugin
+name: Build & Publish
5
6
on:
7
push:
package.json
@@ -4,7 +4,7 @@
"description": "Webpack plugin for showing banner in terminal",
"main": "index.mjs",
"scripts": {
- "build": "npx putout index.js --fix",
+ "build": "npx putout@27 index.js --fix",
8
"test": "node --watch test.mjs"
9
},
10
"repository": {
0 commit comments