-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathpublish.txt
22 lines (15 loc) · 828 Bytes
/
publish.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
npm adduser --> only once
UPD version --> src/index.js
yarn build --> Build production version
copy CSS specific in DIST --> `src-css/*.css`
git commit --> all local changes
npm version 1.0.22 --> tag changes
git push origin --tags --> push tag
CREATE delivery --> https://github.com/app-generator/free-site-builder
npm publish --> Publish on NPM
Check Delivery
https://cdn.jsdelivr.net/gh/app-generator/free-site-builder@ !!!VERSION_HERE!!! /dist/index.min.js
Sample:
https://cdn.jsdelivr.net/gh/app-generator/free-site-builder/ <-- Check allversions
https://cdn.jsdelivr.net/gh/app-generator/free-site-builder@latest/dist/index.min.js
https://cdn.jsdelivr.net/gh/app-generator/[email protected]/dist/index.min.js