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 736280f commit d60f10dCopy full SHA for d60f10d
package.json
@@ -5,9 +5,11 @@
5
"main": "dist/async-plugin.js",
6
"source": "async-plugin.js",
7
"scripts": {
8
+ "prepare": "npm t",
9
"build": "microbundle",
10
"test:build": "ln -fs ../node_modules test && preact build --cwd test && bundlesize -f 'test/build/bundle.*.js' -s 4.5kB",
- "test": "eslint async-plugin.js && npm run -s build && npm run -s test:build"
11
+ "test": "eslint async-plugin.js && npm run -s build && npm run -s test:build",
12
+ "release": "npm run -s prepare && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish"
13
},
14
"eslintConfig": {
15
"extends": "eslint-config-developit"
0 commit comments