mirror of
https://github.com/BloopAI/setup-zig.git
synced 2026-08-23 12:18:33 +00:00
Bundle it using @zeit/ncc (#3)
* Use @zeit/ncc * try it * Ignore dist/* files from linting
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
"url": "https://github.com/goto-bus-stop/setup-zig/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@zeit/ncc": "^0.20.5",
|
||||
"standard": "^14.3.1"
|
||||
},
|
||||
"homepage": "https://github.com/goto-bus-stop/setup-zig",
|
||||
@@ -23,6 +24,7 @@
|
||||
"url": "https://github.com/goto-bus-stop/setup-zig.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "ncc build index.js -o dist",
|
||||
"test": "standard"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -30,5 +32,10 @@
|
||||
"@actions/tool-cache": "^1.1.2",
|
||||
"semver": "^6.3.0",
|
||||
"simple-get": "^3.1.0"
|
||||
},
|
||||
"standard": {
|
||||
"ignore": [
|
||||
"dist/**/*.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user