We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1692299 commit 7637652Copy full SHA for 7637652
package.json
@@ -18,6 +18,8 @@
18
"build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",
19
"build:postcss": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format postcss",
20
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife",
21
+ "release:patch": "npm version patch && npm publish",
22
+ "postpublish": "cd example && npm install vue-notion@latest && git add --all && git commit -m 'Bump version' && git push && git push --tags",
23
"prepare": "rm -rf dist && npm run build"
24
},
25
"dependencies": {
0 commit comments