Skip to content

Commit

Permalink
chore(postcss-reduce-initial): fix build command (#1170)
Browse files Browse the repository at this point in the history
- Fix outdated babel --ignore for the acquire script
  • Loading branch information
sigveio committed Jul 20, 2021
1 parent ca5246d commit b1e9581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/postcss-reduce-initial/package.json
Expand Up @@ -11,7 +11,7 @@
"scripts": {
"acquire": "node ./src/script/acquire.mjs",
"prebuild": "rimraf dist",
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore '**/__tests__/,src/acquire.mjs'",
"build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.json --out-dir dist --ignore '**/__tests__/,src/script'",
"prepare": "yarn build"
},
"keywords": [
Expand Down

0 comments on commit b1e9581

Please sign in to comment.