@ideastatica/scene
v0.24.4
Published
* Bump package version according to the [semantic versioning](https://semver.org) using `npm version [major | minor | patch]`. * Log in to `ideastatica` account if not done previously using `npm login`. * Publish package using `npm publish`. This will a
Downloads
1,392
Readme
Publish package
- Bump package version according to the semantic versioning using
npm version [major | minor | patch]. - Log in to
ideastaticaaccount if not done previously usingnpm login. - Publish package using
npm publish. This will automatically build the package.
Locally develop package
- Go to the
@ideastatica/sceneroot and build the package, if not built previously, usingnpm run build. - Go to the application root and execute
npm link <path-to-scene-package-root>. For ShearWall, it meansnpm link ../../../Scene. This command will create a symlink to@ideastatica/scenepackage so one can develop both application and the package simultaneously. - To remove the symlink, execute
rmdir node_modules/@ideastatica/sceneand thennpm install.
OR
- Change version of the Scene package
- npm run build
- npm pack
- In project with Scene add package to package.json like this "@ideastatica/scene": "../../Scene/ideastatica-scene-0.24.23.tgz"
- run npm install --force
- Test updated version
