Skip to content

Commit

Permalink
fix plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
leogermani committed Jul 6, 2023
1 parent aa6a2bb commit 9b81416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"scripts": {
"cm": "git-cz",
"semantic-release": "newspack-scripts release --files=newspack-manager.php",
"semantic-release": "newspack-scripts release --files=newspack-network.php",
"build": "newspack-scripts build",
"start": "npm ci && newspack-scripts watch",
"watch": "newspack-scripts watch",
Expand All @@ -23,7 +23,7 @@
"lint:scss": "stylelint '**/*.scss' --customSyntax postcss-scss --config=./node_modules/newspack-scripts/config/stylelint.config.js",
"format:scss": "prettier --write '**/*.scss'",
"lint:scss:staged": "stylelint --customSyntax postcss-scss --config=./node_modules/newspack-scripts/config/stylelint.config.js",
"release:archive": "rm -rf release && mkdir -p release && rsync -r . ./release/newspack-manager --exclude-from='./.distignore' && cd release && zip -r newspack-manager.zip newspack-manager",
"release:archive": "rm -rf release && mkdir -p release && rsync -r . ./release/newspack-network --exclude-from='./.distignore' && cd release && zip -r newspack-network.zip newspack-network",
"release": "npm run semantic-release",
"postinstall": "rm -rf node_modules/newspack-scripts/node_modules/prettier"
},
Expand Down

0 comments on commit 9b81416

Please sign in to comment.