Skip to content

Commit c102680

Browse files
committed
Remove postcss line
1 parent b56b88e commit c102680

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020
"build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js",
2121
"build:ssr": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs",
2222
"build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",
23-
"build:postcss": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format postcss",
2423
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife",
2524
"release:minor": "npm version minor -m 'Release %s' && npm publish",
2625
"release:patch": "npm version patch -m 'Release %s' && npm publish",
2726
"postpublish": "./scripts/postpublish.sh",
28-
"prepare": "rm -rf dist && npm run build"
27+
"prepare": "rm -rf dist *.tgz && npm run build"
2928
},
3029
"dependencies": {
3130
"cross-fetch": "^3.0.6",

0 commit comments

Comments
 (0)