Skip to content

Commit

Permalink
fix: trying to publish artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kenerwin88 committed Dec 29, 2022
1 parent 9c8a29e commit 18a7ee3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { typescript } from 'projen';
const project = new typescript.TypeScriptProject({
defaultReleaseBranch: 'main',
name: 'rmmz-game',
artifactsDirectory: 'dist',
projenrcTs: true,
deps: ['yarn-bound'],
entrypoint: 'index.html',
Expand Down

0 comments on commit 18a7ee3

Please sign in to comment.