mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-31 20:43:43 +00:00
public package
This commit is contained in:
4
Makefile
4
Makefile
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user