Skip to content

Commit e8a7c42

Browse files
authored
Merge pull request #3 from CloudCannon/ci/setup-golf
Add makeshift build step
2 parents 7fc0b05 + 3f83654 commit e8a7c42

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules/
2+
dist/

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"lint:format": "biome check --fix",
2525
"lint:report": "biome lint --diagnostic-level=error --reporter=junit > lint-results.xml",
2626
"lint:staged": "biome check --diagnostic-level=error --staged --no-errors-on-unmatched",
27-
"build": "exit 0",
27+
"prebuild": "rm -rf dist && mkdir -p dist",
28+
"build": "cp src/* dist/.",
2829
"test": "exit 0"
2930
},
3031
"main": "./src/index.d.ts",

0 commit comments

Comments
 (0)