-
Notifications
You must be signed in to change notification settings - Fork 2
Development
Antun Badurina edited this page Jan 14, 2020
·
1 revision
Ensure you're running Node >=10.x.x+ and NPM >=6.x.x+
Run npm run build:watch to start lib build in watch mode. After initial build is finished, run npm run start:sample-app separately to start the sample app which uses the locally built lib.
If precommit hook fails with message Cannot find module 'ngx-form-object', make sure to run npm run build before commiting since precommit hooks do a dry-run TS compilation and sample app depends on built files.