public package

This commit is contained in:
Aiden McClelland
2023-05-03 17:42:27 -06:00
parent 126d609445
commit e5e42a7524
2 changed files with 6 additions and 6 deletions

View File

@@ -29,10 +29,10 @@ node_modules: package.json
npm install
publish: clean bundle package.json README.md LICENSE
cd dist && npm publish
cd dist && npm publish --access=public
link: bundle
cp package.json dist/package.json
cp README.md dist/README.md
cp LICENSE dist/LICENSE
cd dist && npm link
.FORCE:
.FORCE: