npm install
npm run build
or
gulp
npm test
or
# Functional tests
npm run test-func
# Import tests
npm run test-import
gulp test-import --test-folder import --test [test spec file name w/o extension]
gulp test-import:watch --test-folder import --test [test spec file name w/o extension]
example from another folder (test/spec/import/commonJsImportTest.js)
gulp test --test-folder import --test commonJsImportTest
Unknown - to be determined
npm run watch-import
or
gulp watch-import
npm run doc
or
gulp doc
npm run clean
or
gulp clean
Note if you don't have gulp installed you can use:
node_modules/.bin/gulp
instead of
gulp
Run once to install release-it:
npm install release-it -g
Then when you want to release run this (run from the upstream repo, i.e. the one directly from vecnatechnologies, not your fork). You will need appropritate rights to push.
release-it